jani Wed Jul 11 21:51:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql config.m4 /php-src/ext/pdo_pgsql config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.m4?r1=1.46.2.1.2.4&r2=1.46.2.1.2.5&diff_format=u Index: php-src/ext/pgsql/config.m4 diff -u php-src/ext/pgsql/config.m4:1.46.2.1.2.4 php-src/ext/pgsql/config.m4:1.46.2.1.2.5 --- php-src/ext/pgsql/config.m4:1.46.2.1.2.4 Sun Feb 18 17:05:53 2007 +++ php-src/ext/pgsql/config.m4 Wed Jul 11 21:51:55 2007 @@ -1,10 +1,7 @@ dnl -dnl $Id: config.m4,v 1.46.2.1.2.4 2007/02/18 17:05:53 iliaa Exp $ +dnl $Id: config.m4,v 1.46.2.1.2.5 2007/07/11 21:51:55 jani Exp $ dnl -AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ -]) - PHP_ARG_WITH(pgsql,for PostgreSQL support, [ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL base install directory or the path to pg_config]) @@ -63,7 +60,7 @@ fi if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then - AC_MSG_ERROR([Unable to find libpq anywhere under $withval]) + AC_MSG_ERROR([Unable to find libpq anywhere under $PGSQL_SEARCH_PATHS]) fi AC_DEFINE(HAVE_PGSQL,1,[Whether to build PostgreSQL support or not]) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/config.m4?r1=1.13.4.4&r2=1.13.4.5&diff_format=u Index: php-src/ext/pdo_pgsql/config.m4 diff -u php-src/ext/pdo_pgsql/config.m4:1.13.4.4 php-src/ext/pdo_pgsql/config.m4:1.13.4.5 --- php-src/ext/pdo_pgsql/config.m4:1.13.4.4 Mon Jul 9 12:54:11 2007 +++ php-src/ext/pdo_pgsql/config.m4 Wed Jul 11 21:51:55 2007 @@ -1,12 +1,9 @@ dnl -dnl $Id: config.m4,v 1.13.4.4 2007/07/09 12:54:11 jani Exp $ +dnl $Id: config.m4,v 1.13.4.5 2007/07/11 21:51:55 jani Exp $ dnl if test "$PHP_PDO" != "no"; then -AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ -]) - PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO, [ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base install directory or the path to pg_config]) @@ -63,7 +60,7 @@ fi if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then - AC_MSG_ERROR([Unable to find libpq anywhere under $withval]) + AC_MSG_ERROR([Unable to find libpq anywhere under $PGSQL_SEARCH_PATHS]) fi AC_DEFINE(HAVE_PDO_PGSQL,1,[Whether to build PostgreSQL for PDO support or not])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php