X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=56109b1035c82656b0885b33903fdbda2152ea1d;hb=83772f32ad0f46d9c21485178c112cc832449a3c;hp=c680bda7ad96efa3db5e01ddf4a2bada7b1379f1;hpb=bf5258d8761c93e4101aa933b90344d854868ff1;p=openocd diff --git a/configure.ac b/configure.ac index c680bda7..56109b10 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.]) ])