aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b6fde92..4ae5497d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,7 +254,9 @@ AC_MSG_RESULT([${enable_compact_code} (${compact_code_MSG})])
254 254
255CFLAGS="${user_CFLAGS}" 255CFLAGS="${user_CFLAGS}"
256# Compiler options to always enable (if supported) 256# Compiler options to always enable (if supported)
257MHD_CHECK_ADD_CC_CFLAG([-fno-strict-aliasing], [CFLAGS_ac]) 257MHD_FIND_ADD_CC_CFLAG([CFLAGS_ac], [-fno-strict-aliasing], [-qnoansialias])
258# '-qlonglong' is XLC option for C89, not used with C99 or later
259MHD_CHECK_ADD_CC_CFLAG([-qlonglong], [CFLAGS_ac])
258 260
259AS_VAR_IF([enable_build_type],["neutral"],[], 261AS_VAR_IF([enable_build_type],["neutral"],[],
260 [ # Any non-neutral build types 262 [ # Any non-neutral build types