From: Spencer Oliver Date: Fri, 19 Nov 2010 11:24:11 +0000 (+0000) Subject: build: disable jimtcl lineedit X-Git-Tag: v0.5.0-rc1~320 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=64751942a3e59445442c1432b0f7b44c7f02a8a6 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 --- diff --git a/configure.in b/configure.in index b030d9f8ed..f419d71c1c 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