From 5c0b3ddc4251965559cb606f3441c240e0ea7936 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Oct 2008 09:59:46 +0000 Subject: 25950: need configure x$dynamic trick in two more places --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2ea2257aa..25ec0f93c 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 "$dynamic" = yes; then +if test "x$dynamic" = yes; then echo "\ module compiler flags : ${CFLAGS} ${DLCFLAGS}" fi echo "\ executable linker flags : ${LDFLAGS} ${EXELDFLAGS} ${EXTRA_LDFLAGS}" -if test "$dynamic" = yes; then +if test "x$dynamic" = yes; then echo "\ module linker flags : ${LDFLAGS} ${LIBLDFLAGS} ${DLLDFLAGS}" fi -- cgit 1.4.1