X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=ef847ec39afefe8a77fc01667cba5b3eea857799;hp=ec51bd7e275f76a9014b315e3c3b780679d2543d;hb=3f6ef7a40bcff5e1278b662248902c45a1dc8f81;hpb=1411ad11c182d02769bb0954f7f5b01d66652a6b diff --git a/configure.ac b/configure.ac index ec51bd7e27..ef847ec39a 100644 --- a/configure.ac +++ b/configure.ac @@ -776,7 +776,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 --disable-lineedit --disable-install-jim]) + AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim]) else AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.]) fi