summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-21 08:34:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-21 08:34:37 (GMT)
commit0f2ef2980adfb8d573660fc6b5e5c832638b524b (patch)
tree92c7cdc0183222364d484be61a8544912052d839 /win/tcl.m4
parent371c5ba6346f01ef0584a5a7812847efb06d6ffc (diff)
downloadtcl-0f2ef2980adfb8d573660fc6b5e5c832638b524b.zip
tcl-0f2ef2980adfb8d573660fc6b5e5c832638b524b.tar.gz
tcl-0f2ef2980adfb8d573660fc6b5e5c832638b524b.tar.bz2
Fix [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well)
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index a8a96f5..6ddcbf6 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -692,7 +692,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
[ac_cv_enable_auto_image_base=no])
)
CFLAGS=$hold_cflags
- if test "$ac_cv_enable_auto_image_base" == "yes" ; then
+ if test "$ac_cv_enable_auto_image_base" = "yes" ; then
extra_ldflags="$extra_ldflags -Wl,--enable-auto-image-base"
fi