Build: Fix a typo causing libftdi1 detection issues.

This commit is contained in:
Uwe Hermann 2015-08-16 23:53:23 +02:00
parent 2cbde15198
commit 2700e63d48
1 changed files with 1 additions and 1 deletions

View 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";