summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 491b712..1a14aff 100755
--- a/configure.in
+++ b/configure.in
@@ -202,8 +202,8 @@ TEA_ENABLE_SYMBOLS
# 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])
+AC_DEFINE(USE_TCL_STUBS, 1, [Use Tcl stubs])
+AC_DEFINE(USE_TK_STUBS, 1, [Use Tk stubs])
SHLIB_LD_LIBS='${LIBS} -lstdc++'
#--------------------------------------------------------------------