X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=inline;f=configure.in;fp=configure.in;h=f419d71c1cc26288cbb7bb288a954e02e4858e2f;hb=64751942a3e59445442c1432b0f7b44c7f02a8a6;hp=b030d9f8edad262379e4094d124f2b902abc7d7e;hpb=fcee511f4e9cd6042b0e3a0e8b072e1f52d75291;p=openocd.git 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