diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-21 17:20:23 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-21 17:20:23 +0000 |
commit | 28c5fb808918b7aab9ef8bb065177f44a2feb109 (patch) | |
tree | 221bfa2a829e3ab181c4a4ac418ce3c856f9c0b2 /configure.ac | |
parent | 7839633b2d297b58561a618b4b8eaa97e53c1196 (diff) |
- Add -fno-strict-aliasing to CFLAGS if possible
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2593 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 45f9a0e..ff8e603 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,8 @@ LIBTOOL="$LIBTOOL --silent" # Checks for libraries. GCC_STACK_PROTECT_CC +AX_APPEND_COMPILE_FLAGS([-fno-strict-aliasing]) + AX_CHECK_LIB_IPV4 AX_CHECK_LIB_IPV6 |