From 9d5afbdfc4e86c9428d637b44bfe482788ecf26a Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 4 May 2007 11:30:27 +0000 Subject: [PATCH] fix spelling --- ext/oci8/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1