Set default for want_ftd2xx_highspeed to "no" instead of "maybe"

git-svn-id: svn://svn.berlios.de/openocd/trunk@2295 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
mifi 2009-06-20 18:19:21 +00:00
parent 580a05a07f
commit 5f48cefb10
1 changed files with 1 additions and 1 deletions

View File

@ -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]),