Partly revert previous commit as hd44780-i2c cannot be used on FreeBSD right now.

This commit is contained in:
mmdolze
2010-05-11 20:54:43 +00:00
parent 2a128e599c
commit fbe7c3d4a0
+1 -1
View File
@@ -161,7 +161,7 @@ else
fi
x_ac_have_i2c=no
AC_CHECK_HEADERS([linux/i2c-dev.h dev/iicbus/iic.h], [x_ac_have_i2c=yes])
AC_CHECK_HEADERS([linux/i2c-dev.h], [x_ac_have_i2c=yes])
if test "$x_ac_have_i2c" = yes; then
AC_DEFINE(HAVE_I2C,[1],[Define to 1 if you have the i2c headers])
fi