about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 10:20:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 10:20:42 +0000
commitf26d396012b9a3a8bb9af8834df88038f4fb33b2 (patch)
tree1e97b1925bcbbb5bbd7ae625abbcdef85a7a318a /configure.ac
parent24dc4bec073250312b17d62571f165766a430690 (diff)
downloadzsh-f26d396012b9a3a8bb9af8834df88038f4fb33b2.tar.gz
zsh-f26d396012b9a3a8bb9af8834df88038f4fb33b2.tar.xz
zsh-f26d396012b9a3a8bb9af8834df88038f4fb33b2.zip
25950 should use xyes, too
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 25ec0f93c..51c8ba73e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2919,13 +2919,13 @@ source code location      : ${srcdir}
 compiler                  : ${CC}
 preprocessor flags        : ${CPPFLAGS}
 executable compiler flags : ${CFLAGS}"
-if test "x$dynamic" = yes; then
+if test "x$dynamic" = xyes; then
   echo "\
 module compiler flags     : ${CFLAGS} ${DLCFLAGS}"
 fi
 echo "\
 executable linker flags   : ${LDFLAGS} ${EXELDFLAGS} ${EXTRA_LDFLAGS}"
-if test "x$dynamic" = yes; then
+if test "x$dynamic" = xyes; then
   echo "\
 module linker flags       : ${LDFLAGS} ${LIBLDFLAGS} ${DLLDFLAGS}"
 fi