summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-04-28 04:32:10 +0000
committerBruce Momjian2006-04-28 04:32:10 +0000
commitcd4b7ce33c4a89603ddf19f55853f9abfb5625fb (patch)
treef7f306f7889310380f72ec6df0f3eca48799230f
parenta60e42035dabd28a31d9f7a3af743aa9f1943885 (diff)
Remove extra 'else' in solaris compiler code.
-rw-r--r--src/template/solaris2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/solaris b/src/template/solaris
index c8b522cc4a..07efcc0bda 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