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