From: Pierre Joye Date: Wed, 19 Jan 2011 21:19:45 +0000 (+0000) Subject: - force static, can't be built yet shared anyway X-Git-Tag: php-5.3.6RC1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e61859b1f8a1f671b9c1969b2667c20578b27a3;p=php - force static, can't be built yet shared anyway --- diff --git a/ext/mcrypt/config.w32 b/ext/mcrypt/config.w32 index f196572540..8d30db7ce2 100644 --- a/ext/mcrypt/config.w32 +++ b/ext/mcrypt/config.w32 @@ -9,7 +9,8 @@ if (PHP_MCRYPT != "no") { CHECK_LIB('libmcrypt_a.lib;libmcrypt.lib', 'mcrypt') && CHECK_LIB('Advapi32.lib', 'mcrypt') ) { - EXTENSION('mcrypt', 'mcrypt.c mcrypt_filter.c', PHP_MCRYPT_SHARED); + + EXTENSION('mcrypt', 'mcrypt.c mcrypt_filter.c', false); AC_DEFINE('HAVE_LIBMCRYPT', 1); AC_DEFINE('HAVE_LIBMCRYPT24', 1); } else {