From: Paul Fertser Date: Thu, 10 Apr 2014 03:29:11 +0000 (+0400) Subject: configure: presto ftdi driver requires libftdi X-Git-Tag: v0.8.0-rc2~6 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=cb1156421966f648cca0430f74553ebb9259312d configure: presto ftdi driver requires libftdi Change-Id: I4b04eec5084d4b8129e2aff8f3411c6d92e84431 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2101 Tested-by: jenkins Reviewed-by: Freddie Chopin Reviewed-by: Xiaofan --- diff --git a/configure.ac b/configure.ac index b967e93a01..2358509668 100644 --- a/configure.ac +++ b/configure.ac @@ -1014,7 +1014,7 @@ CFLAGS=$CFLAGS_SAVE fi if test $build_ft2232_libftdi = yes -o $build_usb_blaster_libftdi = yes -o \ - $build_openjtag_ftdi = yes; then + $build_openjtag_ftdi = yes -o $build_presto_libftdi = yes; then # we can have libftdi or libftdi1, so check it and use the latest one PKG_CHECK_MODULES([LIBFTDI], [libftdi1], [use_libftdi=yes], [use_libftdi=no])