From: Antony Dovgal Date: Tue, 12 Dec 2006 10:15:58 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_1_0_0RC1~717 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f903da4c0388131db5c45bd3cffe3167b18535f;p=php fix typo --- diff --git a/acinclude.m4 b/acinclude.m4 index d4af13aabf..9662f17190 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2639,6 +2639,6 @@ php_cv_crypt_r_style=struct_crypt_data_gnu_source) 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 ])