summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 48c652c..b372ad6 100755
--- a/configure
+++ b/configure
@@ -9267,6 +9267,7 @@ $as_echo "#define USE_TCL_STUBS 1" >>confdefs.h
$as_echo "#define USE_TK_STUBS 1" >>confdefs.h
+SHLIB_LD_LIBS='${LIBS} -lstdc++'
#--------------------------------------------------------------------
# This macro generates a line to use when building a library. It
@@ -9450,7 +9451,7 @@ $as_echo "${WISH_PROG}" >&6; }
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files Makefile pkgIndex.tcl"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -10160,6 +10161,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac