From ffbb5cd85caeffde06a36bc996238655e2808520 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 18 Jul 2011 14:02:31 +0100 Subject: build: do not install jimtcl We now make use of the new jimtcl --disable-install-jim Now we can install openocd without jimtcl bring installed. Signed-off-by: Spencer Oliver --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8c77a255..a1ca0058 100644 --- a/configure.in +++ b/configure.in @@ -774,7 +774,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]) + AX_CONFIG_SUBDIR_OPTION([jimtcl], [--with-jim-ext=nvp --disable-lineedit --disable-install-jim]) else AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.]) fi -- cgit v1.2.3-18-g5258