diff options
-rwxr-xr-x | configure | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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++' #-------------------------------------------------------------------- |