summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-02-15 03:30:15 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-02-15 03:30:15 +0000
commitfe72f742ebf62787aac3356ee018949fc31b539e (patch)
treec96f0e6b0ef759462b0861eb9a685a5ebc42ec75
parent12430d1da1efef3365e7f21b66d7aac32c49480a (diff)
downloadphp-git-fe72f742ebf62787aac3356ee018949fc31b539e.tar.gz
Fix problem with sesssion_pgsql module
-rw-r--r--ext/pgsql/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index 3a8e1eff75..14096b0091 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -60,8 +60,7 @@ if test "$PHP_PGSQL" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH(pq, $PGSQL_LIBDIR, PGSQL_SHARED_LIBADD)
PHP_SUBST(PGSQL_SHARED_LIBADD)
- PGSQL_INCLUDE=-I$PGSQL_INCLUDE
- PHP_SUBST(PGSQL_INCLUDE)
+ PHP_ADD_INCLUDE($PGSQL_INCLUDE)
PHP_EXTENSION(pgsql,$ext_shared)
fi