summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjoye <joye>2015-07-02 18:55:28 (GMT)
committerjoye <joye>2015-07-02 18:55:28 (GMT)
commitc512c4a863365012a99172df5bcf256ab52f7cc3 (patch)
tree0a619ba2f38d21fa57a7418d86320e3d05e7ef05 /configure
parent94a985b792b517460b5496ecdc0b232afa884290 (diff)
downloadblt-c512c4a863365012a99172df5bcf256ab52f7cc3.zip
blt-c512c4a863365012a99172df5bcf256ab52f7cc3.tar.gz
blt-c512c4a863365012a99172df5bcf256ab52f7cc3.tar.bz2
*** empty log message ***
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++'
#--------------------------------------------------------------------