Created
August 12, 2014 09:41
-
-
Save ncopa/03ae90499c5411867d32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grep -i ac_cv_crypt_sha ext/standard/config.m4 | |
AC_CACHE_CHECK(for SHA512 crypt, ac_cv_crypt_SHA512,[ | |
ac_cv_crypt_SHA512=yes | |
ac_cv_crypt_SHA512=no | |
ac_cv_crypt_SHA512=no | |
AC_CACHE_CHECK(for SHA256 crypt, ac_cv_crypt_SHA256,[ | |
ac_cv_crypt_SHA256=yes | |
ac_cv_crypt_SHA256=no | |
ac_cv_crypt_SHA256=no | |
if test "$ac_cv_crypt_sha512" = "yes"; then | |
if test "$ac_cv_crypt_sha256" = "yes"; then | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment