jani Mon Jul 9 12:38:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_pgsql config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/config.m4?r1=1.13.4.2&r2=1.13.4.3&diff_format=u Index: php-src/ext/pdo_pgsql/config.m4 diff -u php-src/ext/pdo_pgsql/config.m4:1.13.4.2 php-src/ext/pdo_pgsql/config.m4:1.13.4.3 --- php-src/ext/pdo_pgsql/config.m4:1.13.4.2 Fri Oct 6 22:34:16 2006 +++ php-src/ext/pdo_pgsql/config.m4 Mon Jul 9 12:38:02 2007 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.13.4.2 2006/10/06 22:34:16 iliaa Exp $ +dnl $Id: config.m4,v 1.13.4.3 2007/07/09 12:38:02 jani Exp $ dnl if test "$PHP_PDO" != "no"; then @@ -16,7 +16,7 @@ AC_MSG_CHECKING(for pg_config) for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do - if test -x $i/pg_config; then + if test -x $i/pg_config; then PG_CONFIG="$i/pg_config" break; fi @@ -70,12 +70,12 @@ AC_MSG_CHECKING([for openssl dependencies]) if grep -q openssl $PGSQL_INCLUDE/libpq-fe.h ; then - AC_MSG_RESULT([yes]) - if pkg-config openssl ; then + AC_MSG_RESULT([yes]) + if pkg-config openssl ; then PDO_PGSQL_CFLAGS="`pkg-config openssl --cflags`" fi else - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) fi old_LIBS=$LIBS @@ -108,7 +108,7 @@ ifdef([PHP_CHECK_PDO_INCLUDES], [ - PHP_CHECK_PDO_INCLUDES + PHP_CHECK_PDO_INCLUDES ],[ AC_MSG_CHECKING([for PDO includes]) if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php