Skip to content

Commit

Permalink
build: disable jimtcl lineedit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ntfreak committed Nov 19, 2010
1 parent fcee511 commit 6475194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 6475194

Please sign in to comment.