mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
cb68c58652
commit
a4b92258ec
2 changed files with 3 additions and 1 deletions
|
@ -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().
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue