diff options
| author | Peter Eisentraut | 2000-10-31 18:16:20 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-10-31 18:16:20 +0000 |
| commit | dc0f5cb09025bf8c5cc3900bfa4738a83457028f (patch) | |
| tree | 44c6b5016e472c2d61b503ffbaf35c2cf3f0a649 /src/template/aix | |
| parent | fae180f4777a09d302c54c874f11349fd0323bfb (diff) | |
Determine CXXFLAGS after the C++ compiler was detected. Also honor
--enable-debug and environment variable override.
Diffstat (limited to 'src/template/aix')
| -rw-r--r-- | src/template/aix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/aix b/src/template/aix index 75cd678a283..7d6d580a26c 100644 --- a/src/template/aix +++ b/src/template/aix @@ -1,6 +1,5 @@ if test "$GCC" = yes ; then CFLAGS=-pipe - CXXFLAGS=-pipe else # not GCC case $host_os in aix3.2.5) |
