X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=1b4870eef89a1c4e5e4895286299830cd17d43f2;hp=226767bf8693e09d9bcd9fd5a44ab3dd29305037;hb=fcd7b90db6f6f81ace4e35fca8d124d0fb3a3685;hpb=af5cd85389ce885c83048817277d9acc018d6ddf diff --git a/configure.ac b/configure.ac index 226767bf86..1b4870eef8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.8.0-rc1], +AC_INIT([openocd], [0.9.0-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])