diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 95aec0b..ecbcba0 100644 --- a/configure.ac +++ b/configure.ac @@ -222,7 +222,7 @@ if test x"$debug_enabled" != x"yes" ; then CFLAGS="-DNDEBUG $CFLAGS" fi -LDFLAGS="-Wl,-z,defs" +LDFLAGS="-Wl,-z,defs $LDFLAGS" dnl dnl Make sure we can actually handle the "--with-*" and "--enable-*" stuff. |