about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0affdadfe..c82b3e661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-10-30  Peter Stephenson  <pws@csr.com>
 
+	* Oliver (unposted): configure.ac: 25950 should use xyes, too.
+
 	* unposted: Completion/Zsh/Command/_tcpsys: added this since
 	it's already in .distfiles.  It's very limited in what it
 	does but it's better than nothing, I suppose.
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