tony2001                Fri May  4 09:05:32 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/oci8   config.m4 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/config.m4?r1=1.55.2.3.2.4&r2=1.55.2.3.2.5&diff_format=u
Index: php-src/ext/oci8/config.m4
diff -u php-src/ext/oci8/config.m4:1.55.2.3.2.4 
php-src/ext/oci8/config.m4:1.55.2.3.2.5
--- php-src/ext/oci8/config.m4:1.55.2.3.2.4     Mon Feb 12 09:36:23 2007
+++ php-src/ext/oci8/config.m4  Fri May  4 09:05:32 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.55.2.3.2.4 2007/02/12 09:36:23 tony2001 Exp $
+dnl $Id: config.m4,v 1.55.2.3.2.5 2007/05/04 09:05:32 tony2001 Exp $
 dnl
 
 if test -z "$SED"; then
@@ -26,7 +26,7 @@
 
 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 @@
                           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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to