diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-04 11:30:37 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-04 11:30:37 +0000 |
commit | dadbd426c4b24752889bbf8e6a9f1f8489bdb7fe (patch) | |
tree | 3573de4302b1cddda0045d707022eb40318b7640 /ext/oci8 | |
parent | 803e6f5887497cb31f8c6ff75e21eff750ca3c99 (diff) | |
download | php-git-dadbd426c4b24752889bbf8e6a9f1f8489bdb7fe.tar.gz |
MFH
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 8e076eaa0c..227c08edc5 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([if we're at 64-bit platform]) + AC_MSG_CHECKING([if we're on a 64-bit platform]) if test "$ac_cv_sizeof_long_int" = "4" ; then AC_MSG_RESULT([no]) TMP_OCI8_LIB_DIR=lib32 |