blob: f863084193f89d31b670d88078f9a0e4745095dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
--- monit-5.33.0.orig/libmonit/configure 2023-02-11 11:29:10.000000000 +0100
+++ monit-5.33.0/libmonit/configure 2024-02-13 16:56:07.859480191 +0100
@@ -5130,46 +5130,6 @@ else $as_nop
:
fi
-if test `uname` != "AIX"; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstack-protector-all" >&5
-printf %s "checking whether C compiler accepts -fstack-protector-all... " >&6; }
-if test ${ax_cv_check_cflags___fstack_protector_all+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
-
- ax_check_save_flags=$CFLAGS
- CFLAGS="$CFLAGS -fstack-protector-all"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main (void)
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"
-then :
- ax_cv_check_cflags___fstack_protector_all=yes
-else $as_nop
- ax_cv_check_cflags___fstack_protector_all=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- CFLAGS=$ax_check_save_flags
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstack_protector_all" >&5
-printf "%s\n" "$ax_cv_check_cflags___fstack_protector_all" >&6; }
-if test "x$ax_cv_check_cflags___fstack_protector_all" = xyes
-then :
- CFLAGS="$CFLAGS -fstack-protector-all"
-else $as_nop
- :
-fi
-
-fi
# ---------------------------------------------------------------------------
# Libtool
|