Skip to content

Commit

Permalink
remove closing bracket in bad place
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 15, 2021
1 parent b7f3b67 commit 9f98bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/php.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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([[
Expand Down

0 comments on commit 9f98bc5

Please sign in to comment.