aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e0f58b985..8f85370a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_FUNC_FSEEKO
50 50
51 51
52CFLAGS="-Wall $CFLAGS" 52CFLAGS="-Wall $CFLAGS"
53LDFLAGS="$LDFLAGS -Wl,--unresolved-symbols=report-all"
53# use '-fno-strict-aliasing', but only if the compiler can take it 54# use '-fno-strict-aliasing', but only if the compiler can take it
54if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1; 55if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1;
55then 56then