Remove extra 'else' in solaris compiler code.

This commit is contained in:
Bruce Momjian 2006-04-28 04:32:10 +00:00
parent dfec2b070d
commit e81b7b1dac

View File

@ -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