sas             Sun Feb 18 23:49:16 2001 EDT

  Modified files:              
    /php4/ext/pgsql     config.m4 
  Log:
  Allow passing relative paths to --with-pgsql
  
  
Index: php4/ext/pgsql/config.m4
diff -u php4/ext/pgsql/config.m4:1.17 php4/ext/pgsql/config.m4:1.18
--- php4/ext/pgsql/config.m4:1.17       Mon Oct  2 10:35:57 2000
+++ php4/ext/pgsql/config.m4    Sun Feb 18 23:49:16 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.17 2000/10/02 17:35:57 rasmus Exp $
+dnl $Id: config.m4,v 1.18 2001/02/19 07:49:16 sas Exp $
 
 AC_DEFUN(PGSQL_INC_CHK,[if test -r $i$1/libpq-fe.h; then PGSQL_DIR=$i; 
PGSQL_INCDIR=$i$1])
 
@@ -9,6 +9,7 @@
                           to build as a dl and still specify DIR.])
 
 if test "$PHP_PGSQL" != "no"; then
+  AC_EXPAND_PATH($PHP_PGSQL, PHP_PGSQL)
   for i in /usr /usr/local /usr/local/pgsql $PHP_PGSQL; do
     PGSQL_INC_CHK(/include)
     el[]PGSQL_INC_CHK(/include/pgsql)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to