Skip to content

Commit 53f89fa

Browse files
committed
MFH
1 parent fc0e395 commit 53f89fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,6 +2639,6 @@ php_cv_crypt_r_style=struct_crypt_data_gnu_source)
26392639
AC_DEFINE(CRYPT_R_GNU_SOURCE, 1, [Define if struct crypt_data requires _GNU_SOURCE])
26402640
fi
26412641
if test "$php_cv_crypt_r_style" = "none"; then
2642-
AC_MSG_ERROR([Unable to detect data struct is used by crypt_r])
2642+
AC_MSG_ERROR([Unable to detect data struct used by crypt_r])
26432643
fi
26442644
])

0 commit comments

Comments
 (0)