remove closing bracket in bad place

This commit is contained in:
Remi Collet 2021-10-15 15:45:50 +02:00 committed by Remi Collet
parent b7f3b67060
commit 9f98bc58c7
No known key found for this signature in database
GPG key ID: DC9FF8D3EE5AF27F

View file

@ -2219,7 +2219,6 @@ struct crypt_data buffer;
crypt_r("passwd", "hash", &buffer);
]])],[php_cv_crypt_r_style=struct_crypt_data_gnu_source],[])
fi
])
if test "$php_cv_crypt_r_style" = "none"; then
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[