jani Mon Jul 9 12:37:57 2007 UTC
Modified files:
/php-src/ext/pdo_pgsql config.m4
Log:
no tabs
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/config.m4?r1=1.15&r2=1.16&diff_format=u
Index: php-src/ext/pdo_pgsql/config.m4
diff -u php-src/ext/pdo_pgsql/config.m4:1.15
php-src/ext/pdo_pgsql/config.m4:1.16
--- php-src/ext/pdo_pgsql/config.m4:1.15 Fri Oct 6 22:34:29 2006
+++ php-src/ext/pdo_pgsql/config.m4 Mon Jul 9 12:37:57 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.15 2006/10/06 22:34:29 iliaa Exp $
+dnl $Id: config.m4,v 1.16 2007/07/09 12:37:57 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