summaryrefslogtreecommitdiffstats
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
commitc5a52404bd6206a481aedc61ea21f9dccf93377a (patch)
treed8fb6327ad71910cbc786be341bcb88bc2be7c46 /build/autoconf
parent0a6fd85ac1b3c1e22a5c216e5fcbf7d192a5fc20 (diff)
downloadUXP-c5a52404bd6206a481aedc61ea21f9dccf93377a.tar
UXP-c5a52404bd6206a481aedc61ea21f9dccf93377a.tar.gz
UXP-c5a52404bd6206a481aedc61ea21f9dccf93377a.tar.lz
UXP-c5a52404bd6206a481aedc61ea21f9dccf93377a.tar.xz
UXP-c5a52404bd6206a481aedc61ea21f9dccf93377a.zip
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 d4016b609..c47d792f4 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.