diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |