1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove leftovers from subproject removals. Fixes for Python and Kerberos

configuration.
This commit is contained in:
Peter Eisentraut
2002-09-04 22:54:18 +00:00
parent be475f92cd
commit e43ecb3d1a
21 changed files with 50 additions and 306 deletions

View File

@ -1,8 +1,6 @@
if test "$GCC" = yes ; then
CFLAGS=-O2
CCC=g++
else
CC="$CC -Ae"
CFLAGS=+O2
CCC=aCC
fi