diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-12 10:16:06 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-12 10:16:06 +0000 |
commit | 53f89fad03790343010dbf0efd76c138b87c8806 (patch) | |
tree | 9850c2ef8af5e414c66ee5b716ff397db861fd4b /acinclude.m4 | |
parent | fc0e39567843cce5d62c967327a6c4b73c70e35d (diff) | |
download | php-git-53f89fad03790343010dbf0efd76c138b87c8806.tar.gz |
MFH
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]) |