* config/postgres.m4: Added /usr/include/postgresql to include

search path.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16771 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2003-05-22 15:35:15 +00:00
parent cb68c58652
commit a4b92258ec
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-05-22 David Ayers <d.ayers@inode.at>
* config/postgres.m4: Added /usr/include/postgresql to include
search path.
* EOControl/EOClassDescription.m
([EOClassDescription +classDescriptionForClass:): Replaced
deprecated GSObjCName() with GSNameFromClass().

View file

@ -12,7 +12,7 @@ AC_ARG_WITH(pgsql-library,
libs_temp=$LIBS
CPPFLAGS="$CPPFLAGS -I/usr/local/include -I/usr/local/pgsql/include \
-I/usr/include/pgsql"
-I/usr/include/pgsql -I/usr/include/postgresql"
LIBS="$LIBS -L/usr/local/lib -L/usr/local/pgsql/lib -L/usr/pgsql/lib"
if test "$pgsql_incdir" != "no"; then