summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
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