summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-07-26 07:57:56 (GMT)
committernijtmans <nijtmans>2009-07-26 07:57:56 (GMT)
commit6a8a3ddd0048b448c24644805f40800eab6464dd (patch)
tree014e370304f086242b7a3c562559696a320a0798 /win/tcl.m4
parent0f7eef166b3bb7356a7ffa55ea7e157e7e389634 (diff)
downloadtcl-6a8a3ddd0048b448c24644805f40800eab6464dd.zip
tcl-6a8a3ddd0048b448c24644805f40800eab6464dd.tar.gz
tcl-6a8a3ddd0048b448c24644805f40800eab6464dd.tar.bz2
[Bug 2827066] msys build --enable-symbols broken
And modified the same for unicows.dll, as a preparation for [Enh 2819611]
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 4b55dc4..6872a99 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -777,6 +777,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
if test "$do64bit" != "no" ; then
AC_DEFINE(TCL_CFG_DO64BIT)
fi
+ AC_SUBST(UNICOWS_DLL_FILE)
# DL_LIBS is empty, but then we match the Unix version
AC_SUBST(DL_LIBS)