summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-09 12:38:02 +0000
committerJani Taskinen <jani@php.net>2007-07-09 12:38:02 +0000
commitfb8aedb0460dd4f5cefcf20111ba29a240f75095 (patch)
tree8f4c5993fd612f9e7254d45605790bc59be8892b /ext/pdo_pgsql
parent7c6f0bd42b486c43a30f754bf844e1f36bec4f89 (diff)
downloadphp-git-fb8aedb0460dd4f5cefcf20111ba29a240f75095.tar.gz
MFH
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r--ext/pdo_pgsql/config.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_pgsql/config.m4 b/ext/pdo_pgsql/config.m4
index edab0441b8..61169d491b 100644
--- a/ext/pdo_pgsql/config.m4
+++ b/ext/pdo_pgsql/config.m4
@@ -16,7 +16,7 @@ if test "$PHP_PDO_PGSQL" != "no"; then
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 @@ if test "$PHP_PDO_PGSQL" != "no"; then
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 @@ if test "$PHP_PDO_PGSQL" != "no"; then
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