Since commit 13a25f0fce452792ba912b37d6cb87e512c864fb, this program requires the new symbol ftdi_eeprom_decode, which is only provided by libftdi >= 0.16.
Signed-off-by: Jim Paris <[email protected]> --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 36af172..49550a3 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_PROG_CC AC_CHECK_LIB(confuse, cfg_getstr,,[AC_MSG_ERROR(can't find confuse library)]) -PKG_CHECK_MODULES(LIBFTDI, libftdi) +PKG_CHECK_MODULES(LIBFTDI, libftdi >= 0.16) AC_SUBST(LIBFTDI_CFLAGS) AC_SUBST(LIBFTDI_LIBS) -- 1.6.0.6 -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
