From f02ba306ef3d5b45ca2421826920d02c57153d6f Mon Sep 17 00:00:00 2001 From: trav90 Date: Fri, 20 Apr 2018 08:27:35 -0500 Subject: [PATCH] Style fix --- build/autoconf/compiler-opts.m4 | 4 +--- 1 file changed, 1 insertion(+), 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.