tony2001 Tue Dec 12 10:15:58 2006 UTC Modified files: /php-src acinclude.m4 Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.352&r2=1.353&diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.352 php-src/acinclude.m4:1.353 --- php-src/acinclude.m4:1.352 Tue Dec 12 07:36:37 2006 +++ php-src/acinclude.m4 Tue Dec 12 10:15:58 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: acinclude.m4,v 1.352 2006/12/12 07:36:37 tony2001 Exp $ +dnl $Id: acinclude.m4,v 1.353 2006/12/12 10:15:58 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