diff options
author | Bruce Momjian | 2006-04-28 04:32:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-04-28 04:32:10 +0000 |
commit | cd4b7ce33c4a89603ddf19f55853f9abfb5625fb (patch) | |
tree | f7f306f7889310380f72ec6df0f3eca48799230f | |
parent | a60e42035dabd28a31d9f7a3af743aa9f1943885 (diff) |
Remove extra 'else' in solaris compiler code.
-rw-r--r-- | src/template/solaris | 2 |
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 |