From: <oh...@ma...> - 2009-04-22 19:10:28
|
Author: oharboe Date: 2009-04-22 19:10:12 +0200 (Wed, 22 Apr 2009) New Revision: 1510 Modified: trunk/configure.in Log: Michael Bruck spotted a typo in help messages Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-04-22 13:54:04 UTC (rev 1509) +++ trunk/configure.in 2009-04-22 17:10:12 UTC (rev 1510) @@ -218,7 +218,7 @@ [Enable verbose USB communication messages (for debugging)]), [debug_usb_comms=$enableval], []) -AC_MSG_CHECKING([whether to enable verbose JTAB I/O messages]); +AC_MSG_CHECKING([whether to enable verbose JTAG I/O messages]); AC_MSG_RESULT($debug_jtag_io) if test $debug_jtag_io = yes; then AC_DEFINE([_DEBUG_JTAG_IO_],[1], [Print verbose JTAG I/O messages]) |