ftdi_eeprom requires libftdi 0.16
authorJim Paris <jim@jtan.com>
Fri, 22 May 2009 18:48:57 +0000 (14:48 -0400)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 25 May 2009 15:15:31 +0000 (17:15 +0200)
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 <jim@jtan.com>

configure.in

index 36af172..49550a3 100644 (file)
@@ -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)