X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.in;h=deef708688ba0db4aa0fb343f4de9cc1bf2a24ee;hb=2a4223dc6836a66d7edd0ccab940901ad33bcc00;hp=9250dc58385b09abf43f199ec099ed31d355e290;hpb=8d8937f1a68e1b050b92f91b1d264bf4bd3af489;p=openocd.git diff --git a/configure.in b/configure.in index 9250dc5838..deef708688 100644 --- a/configure.in +++ b/configure.in @@ -322,7 +322,7 @@ AC_ARG_ENABLE(ft2232_ftd2xx, AC_ARG_ENABLE(ftd2xx_highspeed, AS_HELP_STRING([--enable-ftd2xx-highspeed], [Enable building support for FT2232H and FT4232H-based devices (requires >=libftd2xx-0.4.16)]), - [want_ftd2xx_highspeed=$enableval], [want_ftd2xx_highspeed=maybe]) + [want_ftd2xx_highspeed=$enableval], [want_ftd2xx_highspeed=no]) AC_ARG_ENABLE(amtjtagaccel, AS_HELP_STRING([--enable-amtjtagaccel], [Enable building the Amontec JTAG-Accelerator driver]), @@ -823,7 +823,7 @@ main( int argc, char **argv ) AC_MSG_ERROR([Cannot build & run test program using ftd2xx.lib]) ] ) -AC_MSG_CHECKING([whether to build ftd2xx device support]) +AC_MSG_CHECKING([whether to build ftd2xx highspeed device support]) AC_MSG_RESULT([$want_ftd2xx_highspeed]) if test $want_ftd2xx_highspeed != no; then AC_MSG_CHECKING([for ftd2xx highspeed device support])