summaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-28 04:32:10 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-28 04:32:10 +0000
commite81b7b1dac6c308f58d4090989117bd0f1b8f066 (patch)
tree422a86fa2eaee168e0d22880029738755b396c6d /src/template
parentdfec2b070d64e99de170ddc9f3b2bf41cd50527e (diff)
downloadpostgresql-e81b7b1dac6c308f58d4090989117bd0f1b8f066.tar.gz
Remove extra 'else' in solaris compiler code.
Diffstat (limited to 'src/template')
-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