X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=2358509668208863ffbd3decfb06ce7c31f8a11e;hp=c8eeea923c36dd9defbeb92445d313ddc8d322e0;hb=cb1156421966f648cca0430f74553ebb9259312d;hpb=09e9625d6ce52bbed271c1087df58fb3bb78b99a diff --git a/configure.ac b/configure.ac index c8eeea923c..2358509668 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.8.0-dev], +AC_INIT([openocd], [0.8.0-rc1-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) @@ -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])