X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.ac;h=d0386bcfe1ad89fea298d1362af51f0c0a32ed99;hb=be17f6b08ec89fafdecb1520619ae25191bd7077;hp=ec51bd7e275f76a9014b315e3c3b780679d2543d;hpb=1411ad11c182d02769bb0954f7f5b01d66652a6b;p=openocd.git diff --git a/configure.ac b/configure.ac index ec51bd7e27..d0386bcfe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([openocd], [0.6.0-dev], - [OpenOCD Mailing List ]) + [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) m4_include(config_subdir.m4)dnl @@ -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