From c5a52404bd6206a481aedc61ea21f9dccf93377a Mon Sep 17 00:00:00 2001 From: trav90 Date: Fri, 20 Apr 2018 08:27:35 -0500 Subject: Style fix --- build/autoconf/compiler-opts.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/autoconf') 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. -- cgit v1.2.3