summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-24 08:12:45 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-24 08:12:45 +0000
commit38a1ae728104bdcbcf57bffcc09648c29e210606 (patch)
tree9e0d528ac22aed23c262d6bbb0e5fc312c638ab9 /configure.in
parent3324841558e39cd3d40cf4eed96b5ad8fb2678fb (diff)
downloadopenocd+libswd-38a1ae728104bdcbcf57bffcc09648c29e210606.tar.gz
openocd+libswd-38a1ae728104bdcbcf57bffcc09648c29e210606.tar.bz2
openocd+libswd-38a1ae728104bdcbcf57bffcc09648c29e210606.tar.xz
openocd+libswd-38a1ae728104bdcbcf57bffcc09648c29e210606.zip
- correct configure ftd2xx highspeed test
git-svn-id: svn://svn.berlios.de/openocd/trunk@2385 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])