diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-03 15:02:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-03 15:02:53 (GMT) |
commit | 75105e0891498c01d23b47b79c07b014fa1bc9dc (patch) | |
tree | 91bad4e09fb365e788762f9524166fee2aa91395 /unix | |
parent | c777318bc88f7570239c237a01dd1223945b2507 (diff) | |
download | tk-75105e0891498c01d23b47b79c07b014fa1bc9dc.zip tk-75105e0891498c01d23b47b79c07b014fa1bc9dc.tar.gz tk-75105e0891498c01d23b47b79c07b014fa1bc9dc.tar.bz2 |
TCL_NEEDS_EXP_FILE is no longer used
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 1 | ||||
-rw-r--r-- | unix/tcl.m4 | 1 | ||||
-rw-r--r-- | unix/tkConfig.sh.in | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index 7c488d2..2275ddf 100755 --- a/unix/configure +++ b/unix/configure @@ -4687,7 +4687,6 @@ fi DL_LIBS="-ldl" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" - TCL_NEEDS_EXP_FILE=1 echo "$as_me:$LINENO: checking for Cygwin version of gcc" >&5 echo $ECHO_N "checking for Cygwin version of gcc... $ECHO_C" >&6 if test "${ac_cv_cygwin+set}" = set; then diff --git a/unix/tcl.m4 b/unix/tcl.m4 index f745f86..74752ea 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1193,7 +1193,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ DL_LIBS="-ldl" CC_SEARCH_FLAGS="" LD_SEARCH_FLAGS="" - TCL_NEEDS_EXP_FILE=1 AC_CACHE_CHECK(for Cygwin version of gcc, ac_cv_cygwin, AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index bb85ad0..99230d3 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -23,7 +23,6 @@ TK_DEFS='@DEFS@' # Flag, 1: we built a shared lib, 0 we didn't TK_SHARED_BUILD=@TK_SHARED_BUILD@ - # TK_DBGX used to be used to distinguish debug vs. non-debug builds. # This was a righteous pain so the core doesn't do that any more. TK_DBGX= |