diff options
author | Paul Fertser <fercerpav@gmail.com> | 2017-06-11 16:18:27 +0300 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2017-10-03 11:17:24 +0100 |
commit | 83772f32ad0f46d9c21485178c112cc832449a3c (patch) | |
tree | 028349092bf6a56a556c015a308635bde82a18f9 | |
parent | bf5258d8761c93e4101aa933b90344d854868ff1 (diff) | |
download | riscv-openocd-83772f32ad0f46d9c21485178c112cc832449a3c.zip riscv-openocd-83772f32ad0f46d9c21485178c112cc832449a3c.tar.gz riscv-openocd-83772f32ad0f46d9c21485178c112cc832449a3c.tar.bz2 |
configure: bring back all default JimTcl extensions
This partially reverts commit 56d163ce79510c7756567df00ae54155757eaa0f.
That change certainly caused more pain than gain.
Change-Id: Ifb126abd1e6b89d29db8bf6a7b8af5dfc815c163
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/4159
Tested-by: jenkins
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c680bda..56109b1 100644 --- a/configure.ac +++ b/configure.ac @@ -571,7 +571,7 @@ AS_IF([test "x$build_buspirate" = "xyes"], [ AS_IF([test "x$use_internal_jimtcl" = "xyes"], [ AS_IF([test -f "$srcdir/jimtcl/configure.ac"], [ - AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim --with-ext="eventloop array clock regexp stdlib tclcompat" --without-ext="default"]) + AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim]) ], [ AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.]) ]) |