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 2bd9dda0..8d5d9e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3543,7 +3543,9 @@ int main(void)
3543 AS_VAR_IF([enable_san_address], ["yes"], 3543 AS_VAR_IF([enable_san_address], ["yes"],
3544 [ 3544 [
3545 CFLAGS="${CFLAGS_ac} ${san_FLAGS} ${san_CFLAGS} ${user_CFLAGS}" 3545 CFLAGS="${CFLAGS_ac} ${san_FLAGS} ${san_CFLAGS} ${user_CFLAGS}"
3546 AX_APPEND_COMPILE_FLAGS([-Wp,-U_FORTIFY_SOURCE], [san_CFLAGS]) 3546 AC_CHECK_DECL([_FORTIFY_SOURCE],
3547 [MHD_APPEND_FLAG_TO_VAR([CPPFLAGS_ac],[-U_FORTIFY_SOURCE])],
3548 [],[/* no includes */])
3547 AX_APPEND_FLAG([-D_FORTIFY_SOURCE=0], [san_CFLAGS]) 3549 AX_APPEND_FLAG([-D_FORTIFY_SOURCE=0], [san_CFLAGS])
3548 ], 3550 ],
3549 [ 3551 [