diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 22:16:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-02 22:16:30 (GMT) |
commit | d9df4d392d528489c139f609482da610a6c4321e (patch) | |
tree | f3cf740895cc1e25f4e5d59869eb59bee7c80894 /unix/configure | |
parent | 5df3264a13d55f5084edd72ee1d3f46b6009c389 (diff) | |
parent | 981f889680a6877ca69f9e264ed3d0fb9567d0dd (diff) | |
download | tk-d9df4d392d528489c139f609482da610a6c4321e.zip tk-d9df4d392d528489c139f609482da610a6c4321e.tar.gz tk-d9df4d392d528489c139f609482da610a6c4321e.tar.bz2 |
sync tcl.m4 with Tcl version
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/configure b/unix/configure index 7c8b7cf..132f11e 100755 --- a/unix/configure +++ b/unix/configure @@ -6969,7 +6969,7 @@ fi UNSHARED_LIB_SUFFIX='${VERSION}.a' fi - DLL_INSTALL_DIR="\$(LIB_INSTALL_DIR)" + DLL_INSTALL_DIR="\$(LIB_INSTALL_DIR)" if test "${SHARED_BUILD}" = 1 -a "${SHLIB_SUFFIX}" != ""; then @@ -7178,12 +7178,6 @@ echo "${ECHO_T}yes (standard debugging)" >&6 fi - ### FIXME: Surely TCL_CFG_DEBUG should be set to whether we're debugging? - -cat >>confdefs.h <<\_ACEOF -#define TCL_CFG_DEBUG 1 -_ACEOF - if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then |