]> sigrok.org Git - libsigrok.git/commitdiff
Build: Fix a typo causing libftdi1 detection issues.
authorUwe Hermann <redacted>
Sun, 16 Aug 2015 21:53:23 +0000 (23:53 +0200)
committerUwe Hermann <redacted>
Sun, 16 Aug 2015 21:53:23 +0000 (23:53 +0200)
configure.ac

index e17c5e80bc458e1c9bccfdb8fcbc5e3896679a8d..101460a8c3f3f0a155373ed3a86b34ad439fa5a6 100644 (file)
@@ -237,7 +237,7 @@ AS_IF([test "x$sr_have_libserialport" != xyes], [
 ])
 
 SR_ARG_OPT_PKG([libftdi], [LIBFTDI],,
-       [libftdi >= 0.16], [libftdi >= 1.0])
+       [libftdi >= 0.16], [libftdi1 >= 1.0])
 AS_IF([test "x$sr_have_libftdi" != xyes], [
        HW_ASIX_SIGMA="no"; HW_CHRONOVU_LA="no"; HW_IKALOGIC_SCANAPLUS="no";
        HW_PIPISTRELLO_OLS="no";