summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1c2e010..1a14aff 100755
--- a/configure.in
+++ b/configure.in
@@ -204,6 +204,7 @@ TEA_ENABLE_SYMBOLS
AC_DEFINE(USE_TCL_STUBS, 1, [Use Tcl stubs])
AC_DEFINE(USE_TK_STUBS, 1, [Use Tk stubs])
+SHLIB_LD_LIBS='${LIBS} -lstdc++'
#--------------------------------------------------------------------
# This macro generates a line to use when building a library. It
@@ -230,4 +231,4 @@ TEA_PROG_WISH
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
-AC_OUTPUT([Makefile])
+AC_OUTPUT([Makefile pkgIndex.tcl])