From e81b7b1dac6c308f58d4090989117bd0f1b8f066 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 28 Apr 2006 04:32:10 +0000 Subject: [PATCH] Remove extra 'else' in solaris compiler code. --- src/template/solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/solaris b/src/template/solaris index c8b522cc4a6..07efcc0bda4 100644 --- a/src/template/solaris +++ b/src/template/solaris @@ -4,7 +4,7 @@ if test "$GCC" != yes ; then if test "$enable_debug" != yes; then CFLAGS="$CFLAGS -O" # any optimization breaks debug fi -else + # Pick the right test-and-set (TAS) code for the Sun compiler. # We would like to use in-line assembler, but the compiler # requires *.il files to be on every compile line, making -- 2.39.5