aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e3f9861..87f95d5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1128,7 +1128,8 @@ if test $build_ft2232_libftdi = yes -o $build_usb_blaster_libftdi = yes -o \
], [
AC_MSG_ERROR([Cannot build & run test program using libftdi])
], [
- AC_MSG_RESULT([Skipping as we are cross-compiling])
+ AC_MSG_RESULT([Skipping as we are cross-compiling, trying build only])
+ AC_SEARCH_LIBS([ftdi_new], [], [], [AC_MSG_ERROR([Cannot link with libftdi])])
])
AC_MSG_CHECKING([for libftdi highspeed device support])