summaryrefslogtreecommitdiff
path: root/build/autoconf
diff options
context:
space:
mode:
authortrav90 <travawine@protonmail.ch>2018-04-20 08:27:35 -0500
committertrav90 <travawine@protonmail.ch>2018-04-20 08:27:35 -0500
commit210cb62238894bbd818190d9e7ee493347616ed3 (patch)
treed8fb6327ad71910cbc786be341bcb88bc2be7c46 /build/autoconf
parent735ee84d08214dd57aaa6a09ad239ab3dc9475ee (diff)
downloaduxp-210cb62238894bbd818190d9e7ee493347616ed3.tar.gz
Style fix
Diffstat (limited to 'build/autoconf')
-rw-r--r--build/autoconf/compiler-opts.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4
index d4016b6099..c47d792f41 100644
--- a/build/autoconf/compiler-opts.m4
+++ b/build/autoconf/compiler-opts.m4
@@ -181,9 +181,7 @@ if test "$GNU_CC"; then
if test -z "$CLANG_CC"; then
case "$CC_VERSION" in
- 4.*)
- ;;
- 5.*)
+ 4.* | 5.*)
;;
*)
# Lifetime Dead Store Elimination level 2 (default in GCC6+) breaks Gecko.