aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-04-18 09:40:06 -0700
committerPaul Eggert2012-04-18 09:40:06 -0700
commite36899b642d36b3e0280e8e3914f7bbc28e75f9d (patch)
tree34eecb0e39fba1aafff7beff10634e3a7090bf68
parent6c91c9f0a586defcb347672d692768b62d8e84c6 (diff)
downloademacs-e36899b642d36b3e0280e8e3914f7bbc28e75f9d.tar.gz
emacs-e36899b642d36b3e0280e8e3914f7bbc28e75f9d.zip
* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6b60e2214fd..21b8c9d2b8f 100644
--- a/configure.in
+++ b/configure.in
@@ -763,6 +763,8 @@ else
763 nw="$nw -Wshadow" 763 nw="$nw -Wshadow"
764 764
765 # The following lines should be removable at some point. 765 # The following lines should be removable at some point.
766 nw="$nw -Wstack-protector"
767 nw="$nw -Wstrict-overflow"
766 nw="$nw -Wsuggest-attribute=const" 768 nw="$nw -Wsuggest-attribute=const"
767 nw="$nw -Wsuggest-attribute=pure" 769 nw="$nw -Wsuggest-attribute=pure"
768 770