diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-08 12:00:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-08 12:00:06 (GMT) |
commit | 0a5f5089fbe95cd40689e0a6b730762668319366 (patch) | |
tree | 82b4262ce2848f8d4abfd229f4c7df6bef8af4e2 /win | |
parent | e8b013483fe5ddabc7e42275b74896437f4d9645 (diff) | |
download | tcl-0a5f5089fbe95cd40689e0a6b730762668319366.zip tcl-0a5f5089fbe95cd40689e0a6b730762668319366.tar.gz tcl-0a5f5089fbe95cd40689e0a6b730762668319366.tar.bz2 |
Add (back) DL_LIBS, matching the UNIX version of tcl.m4
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 3 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/win/configure b/win/configure index 80d42d4..95c7ec8 100755 --- a/win/configure +++ b/win/configure @@ -744,6 +744,7 @@ CFLAGS_NOLTO CFLAGS_WARNING CFLAGS_OPTIMIZE CFLAGS_DEBUG +DL_LIBS WINE CYGPATH SHARED_BUILD @@ -4824,6 +4825,8 @@ printf "%s\n" "#define HAVE_CAST_TO_UNION 1" >>confdefs.h fi fi + # DL_LIBS is empty, but then we match the Unix version + @@ -959,6 +959,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ fi fi + # DL_LIBS is empty, but then we match the Unix version + AC_SUBST(DL_LIBS) AC_SUBST(CFLAGS_DEBUG) AC_SUBST(CFLAGS_OPTIMIZE) AC_SUBST(CFLAGS_WARNING) |