aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-04 06:17:38 -0400
committerGlenn Morris2012-07-04 06:17:38 -0400
commit1a9746debdc8965edd84d27537ef9c55511ea04e (patch)
treed066f9600fe877412e799051f33c201dc5fd7ad3
parent013aabf1249f5b96b4a848738d5faab38a287fc6 (diff)
downloademacs-1a9746debdc8965edd84d27537ef9c55511ea04e.tar.gz
emacs-1a9746debdc8965edd84d27537ef9c55511ea04e.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure
index 9634fe55ec1..47c21af749d 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7157,6 +7157,12 @@ fi
7157 nw="$nw -Wsuggest-attribute=const" 7157 nw="$nw -Wsuggest-attribute=const"
7158 nw="$nw -Wsuggest-attribute=pure" 7158 nw="$nw -Wsuggest-attribute=pure"
7159 7159
7160 # Some loops can't be optimized with -O1,
7161 # so remove -Wunsafe-loop-optimizations.
7162 if echo "$CFLAGS" | $EGREP 'O1' 1>/dev/null; then
7163 nw="$nw -Wunsafe-loop-optimizations"
7164 fi
7165
7160 7166
7161 7167
7162 if test -n "$GCC"; then 7168 if test -n "$GCC"; then