diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 711ea557..deef7086 100644 --- a/configure.in +++ b/configure.in @@ -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]) |