Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created August 12, 2014 09:41
Show Gist options
  • Save ncopa/03ae90499c5411867d32 to your computer and use it in GitHub Desktop.
Save ncopa/03ae90499c5411867d32 to your computer and use it in GitHub Desktop.
$ 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