Skip to content

Commit 371a268

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: remove closing bracket in bad place
2 parents f8b1853 + 9f98bc5 commit 371a268

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/php.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,6 @@ struct crypt_data buffer;
22582258
crypt_r("passwd", "hash", &buffer);
22592259
]])],[php_cv_crypt_r_style=struct_crypt_data_gnu_source],[])
22602260
fi
2261-
])
22622261
22632262
if test "$php_cv_crypt_r_style" = "none"; then
22642263
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[

0 commit comments

Comments
 (0)