diff options
| author | Bruce Momjian | 2005-07-30 03:07:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-07-30 03:07:42 +0000 |
| commit | 1521aef1db92a8c46d47b10e86d038ed263d71f2 (patch) | |
| tree | 6b9de00e673b19653964b36e7a08045c3f11c481 /src/template | |
| parent | 9ebe05c5bc83b69c3f28b34e1afadc049e552276 (diff) | |
SUNOS4_CC -> SUNOS_CC.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/sunos4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/sunos4 b/src/template/sunos4 index 782fe6ee6c7..762fca184d6 100644 --- a/src/template/sunos4 +++ b/src/template/sunos4 @@ -1,6 +1,6 @@ if test "$GCC" != yes ; then CC="$CC -Xa" # relaxed ISO C mode - CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall + CFLAGS="-v -DSUNOS_CC" # -v is like gcc -Wall if test "$enable_debug" != yes; then CFLAGS="$CFLAGS -O" # any optimization breaks debug fi |
