From: Joey Smith Date: Sun, 21 Feb 2010 18:50:14 +0000 (+0000) Subject: Not sure how I screwed up that MFH so badly. Proper X-Git-Tag: php-5.4.0alpha1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd8ab3ad579e97c3f004ac1a7f7135a1ea255a7d;p=php Not sure how I screwed up that MFH so badly. Proper fix to config.m4 applied for when checking different crypt() types. --- diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index a2e59238cd..92982a94fc 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -272,8 +272,8 @@ if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test AC_DEFINE_UNQUOTED(PHP_USE_PHP_CRYPT_R, 1, [Whether PHP has to use its own crypt_r for blowfish, des, ext des and md5]) AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, 1, [Whether the system supports standard DES salt]) AC_DEFINE_UNQUOTED(PHP_BLOWFISH_CRYPT, 1, [Whether the system supports BlowFish salt]) + AC_DEFINE_UNQUOTED(PHP_EXT_DES_CRYPT, 1, [Whether the system supports extended DES salt]) AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports MD5 salt]) - AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports extended DES salt]) AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, 1, [Whether the system supports SHA512 salt]) AC_DEFINE_UNQUOTED(PHP_SHA256_CRYPT, 1, [Whether the system supports SHA256 salt])