You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/standard/config.m4
+2-3
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,6 @@ int main(void) {
277
277
ac_cv_crypt_sha256=no
278
278
])])
279
279
280
-
281
280
if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_ext_des" = "no" || test "$ac_cv_crypt_md5" = "no" || test "$ac_cv_crypt_sha512" = "no" || test "$ac_cv_crypt_sha256" = "no"; then
282
281
AC_MSG_FAILURE([Cannot use external libcrypt as some algo are missing.])
0 commit comments