diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-04 09:05:15 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-04 09:05:15 +0000 |
commit | f330a25c9b9c982811a93b64ae0be988ae759e29 (patch) | |
tree | 57a830daea90ef9e837fc1406b57a38b430bea43 /ext/oci8 | |
parent | 07ae8a9b02619dbebb8e19b3071c5751d131b10c (diff) | |
download | php-git-f330a25c9b9c982811a93b64ae0be988ae759e29.tar.gz |
fix "checking checking" noticed by Mikko
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 644c34e88f..8e076eaa0c 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -26,7 +26,7 @@ AC_DEFUN([PHP_OCI_IF_DEFINED],[ AC_DEFUN([AC_OCI8_CHECK_LIB_DIR],[ AC_CHECK_SIZEOF(long int, 4) - AC_MSG_CHECKING([checking if we're at 64-bit platform]) + AC_MSG_CHECKING([if we're at 64-bit platform]) if test "$ac_cv_sizeof_long_int" = "4" ; then AC_MSG_RESULT([no]) TMP_OCI8_LIB_DIR=lib32 @@ -101,7 +101,7 @@ PHP_ARG_WITH(oci8, for Oracle (OCI8) support, Use --with-oci8=instantclient,/path/to/oic/lib to use an Oracle Instant Client installation]) - AC_MSG_CHECKING([checking PHP version]) + AC_MSG_CHECKING([PHP version]) tmp_version=$PHP_VERSION if test -z "$tmp_version"; then |