From 2700e63d482d2e60eab1f95dfd726b7572c43a27 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 16 Aug 2015 23:53:23 +0200 Subject: [PATCH] Build: Fix a typo causing libftdi1 detection issues. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e17c5e80..101460a8 100644 --- a/configure.ac +++ b/configure.ac @@ -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";