tony2001                Tue Dec 12 10:16:06 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    acinclude.m4 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.7&r2=1.332.2.14.2.8&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.14.2.7 php-src/acinclude.m4:1.332.2.14.2.8
--- php-src/acinclude.m4:1.332.2.14.2.7 Tue Dec 12 07:38:04 2006
+++ php-src/acinclude.m4        Tue Dec 12 10:16:06 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.332.2.14.2.7 2006/12/12 07:38:04 tony2001 Exp $
+dnl $Id: acinclude.m4,v 1.332.2.14.2.8 2006/12/12 10:16:06 tony2001 Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2639,6 +2639,6 @@
     AC_DEFINE(CRYPT_R_GNU_SOURCE, 1, [Define if struct crypt_data requires 
_GNU_SOURCE])
   fi
   if test "$php_cv_crypt_r_style" = "none"; then
-    AC_MSG_ERROR([Unable to detect data struct is used by crypt_r])
+    AC_MSG_ERROR([Unable to detect data struct used by crypt_r])
   fi
 ])

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

Reply via email to