1 --- monit-5.33.0.orig/configure 2023-02-11 11:29:07.000000000 +0100
2 +++ monit-5.33.0/configure 2024-02-13 16:51:40.139483822 +0100
3 @@ -5428,46 +5428,6 @@ else $as_nop
7 -if test `uname` != "AIX"; then
8 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstack-protector-all" >&5
9 -printf %s "checking whether C compiler accepts -fstack-protector-all... " >&6; }
10 -if test ${ax_cv_check_cflags___fstack_protector_all+y}
12 - printf %s "(cached) " >&6
15 - ax_check_save_flags=$CFLAGS
16 - CFLAGS="$CFLAGS -fstack-protector-all"
17 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18 -/* end confdefs.h. */
28 -if ac_fn_c_try_compile "$LINENO"
30 - ax_cv_check_cflags___fstack_protector_all=yes
32 - ax_cv_check_cflags___fstack_protector_all=no
34 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
35 - CFLAGS=$ax_check_save_flags
37 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_protector_all" >&5
38 -printf "%s\n" "$ax_cv_check_cflags___fstack_protector_all" >&6; }
39 -if test "x$ax_cv_check_cflags___fstack_protector_all" = xyes
41 - CFLAGS="$CFLAGS -fstack-protector-all"
49 # ------------------------------------------------------------------------