From f26d396012b9a3a8bb9af8834df88038f4fb33b2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Oct 2008 10:20:42 +0000 Subject: 25950 should use xyes, too --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit 1.4.1