build: disable jimtcl lineedit
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 19 Nov 2010 11:24:11 +0000 (11:24 +0000)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 19 Nov 2010 11:24:11 +0000 (11:24 +0000)
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>
configure.in

index b030d9f8edad262379e4094d124f2b902abc7d7e..f419d71c1cc26288cbb7bb288a954e02e4858e2f 100644 (file)
@@ -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