Partly revert previous commit as hd44780-i2c cannot be used on FreeBSD right now.
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
x_ac_have_i2c=no
|
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
|
if test "$x_ac_have_i2c" = yes; then
|
||||||
AC_DEFINE(HAVE_I2C,[1],[Define to 1 if you have the i2c headers])
|
AC_DEFINE(HAVE_I2C,[1],[Define to 1 if you have the i2c headers])
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user