Commit e81b7b1d authored by Bruce Momjian's avatar Bruce Momjian

Remove extra 'else' in solaris compiler code.

parent dfec2b07
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment