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 e459fec..75e3352 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -305,7 +305,7 @@ AC_DEFUN(SC_ENABLE_SYMBOLS, [
# Use result from SC_CONFIG_CFLAGS to determine if
# optimization is truly active.
- if [ $OPTIMIZING -eq 1 ]; then
+ if test "$OPTIMIZING" = "1" ; then
AC_DEFINE(TCL_CFG_OPTIMIZED)
fi
else