summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-11-19 11:24:11 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-11-19 11:24:11 +0000
commit64751942a3e59445442c1432b0f7b44c7f02a8a6 (patch)
tree90d2ecc300dbfdc654022ef3926682181f35bdf3
parentfcee511f4e9cd6042b0e3a0e8b072e1f52d75291 (diff)
downloadopenocd+libswd-64751942a3e59445442c1432b0f7b44c7f02a8a6.tar.gz
openocd+libswd-64751942a3e59445442c1432b0f7b44c7f02a8a6.tar.bz2
openocd+libswd-64751942a3e59445442c1432b0f7b44c7f02a8a6.tar.xz
openocd+libswd-64751942a3e59445442c1432b0f7b44c7f02a8a6.zip
build: disable jimtcl lineedit
This is a recent jimtcl feature but it currently breaks mingw builds as this system does not have termios.h etc. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b030d9f8..f419d71c 100644
--- a/configure.in
+++ b/configure.in
@@ -765,7 +765,7 @@ fi
if test "$use_internal_jimtcl" = yes; then
if test -f "$srcdir/jimtcl/configure.ac"; then
- AX_CONFIG_SUBDIR_OPTION(jimtcl, --with-jim-ext=nvp)
+ AX_CONFIG_SUBDIR_OPTION([jimtcl], [--with-jim-ext=nvp --disable-lineedit])
else
AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.])
fi