aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-09-29 16:12:41 +1000
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-30 09:38:22 +0200
commitef885d3b2a3001325f525df250dadd570e5d743e (patch)
treeaa01a8bdf2faad5080766c5fd08b1871165f6f47 /configure.ac
parent05b12e6c5e5857e418c639e502c3a63987eca0c4 (diff)
jim-nvp is moving from jimtcl to openocd
The jim-nvp code is specific to openocd, so it belongs in openocd, not in the core jimtcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ec51bd7e..ef847ec3 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