summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index e9af0fa..b372ad6 100755
--- a/configure
+++ b/configure
@@ -9261,8 +9261,12 @@ $as_echo "enabled $tcl_ok debugging" >&6; }
# link against the non-stubbed Tcl library. Add Tk too if necessary.
#--------------------------------------------------------------------
-#AC_DEFINE(USE_TCL_STUBS, 1, [Use Tcl stubs])
-#AC_DEFINE(USE_TK_STUBS, 1, [Use Tk stubs])
+
+$as_echo "#define USE_TCL_STUBS 1" >>confdefs.h
+
+
+$as_echo "#define USE_TK_STUBS 1" >>confdefs.h
+
SHLIB_LD_LIBS='${LIBS} -lstdc++'
#--------------------------------------------------------------------