summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2017-07-27 11:57:44 -0400
committerTony Cook <tony@develop-help.com>2017-08-09 16:17:00 +1000
commitb9486474d36974b83d0b00fdcbfd1530299a0f7c (patch)
tree226c3fe3ed5277f9bbdfb26ab910097c06e69622
parent367917954ddd5b3c7085e1a814b02065191c7c38 (diff)
downloadperl-b9486474d36974b83d0b00fdcbfd1530299a0f7c.tar.gz
Configure: check for GCC 6 and 7
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 3259249500..bdcfaf17ef 100755
--- a/Configure
+++ b/Configure
@@ -23612,7 +23612,7 @@ fi
: add -D_FORTIFY_SOURCE if feasible and not already there
case "$gccversion" in
-[45].*) case "$optimize$ccflags" in
+[4567].*) case "$optimize$ccflags" in
*-O*) case "$ccflags$cppsymbols" in
*_FORTIFY_SOURCE=*) # Don't add it again.
echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4