From 64751942a3e59445442c1432b0f7b44c7f02a8a6 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 19 Nov 2010 11:24:11 +0000 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3