Magellan Linux

Annotation of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.17-pgsql-include.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 617 byte(s)
-import

1 niro 144 --- configure.in.orig 2004-01-15 13:18:24.000000000 -0800
2     +++ configure.in 2004-01-15 13:18:27.000000000 -0800
3     @@ -674,7 +674,9 @@
4     LIB_PGSQL_DIR=$LIB_PGSQL
5     LIB_PGSQL="$LIB_PGSQL -lpq"
6    
7     - if test -d ${with_pgsql}/include/pgsql; then
8     + if test -d ${with_pgsql}/include/postgresql/pgsql; then
9     + CPPFLAGS="${CPPFLAGS} -I${with_pgsql}/include/postgresql/pgsql"
10     + elif test -d ${with_pgsql}/include/pgsql; then
11     CPPFLAGS="${CPPFLAGS} -I${with_pgsql}/include/pgsql"
12     elif test -d ${with_pgsql}/pgsql/include; then
13     CPPFLAGS="${CPPFLAGS} -I${with_pgsql}/pgsql/include"