From: Pierre Joye Date: Wed, 2 Jun 2010 10:00:58 +0000 (+0000) Subject: - allow shared build X-Git-Tag: php-5.3.3RC1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1d43dd9558cf6e1319dde7f402ae8b0cb05c8e;p=php - allow shared build --- diff --git a/ext/mcrypt/config.w32 b/ext/mcrypt/config.w32 index 1f89977013..f196572540 100644 --- a/ext/mcrypt/config.w32 +++ b/ext/mcrypt/config.w32 @@ -9,7 +9,7 @@ if (PHP_MCRYPT != "no") { CHECK_LIB('libmcrypt_a.lib;libmcrypt.lib', 'mcrypt') && CHECK_LIB('Advapi32.lib', 'mcrypt') ) { - EXTENSION('mcrypt', 'mcrypt.c mcrypt_filter.c', false); + EXTENSION('mcrypt', 'mcrypt.c mcrypt_filter.c', PHP_MCRYPT_SHARED); AC_DEFINE('HAVE_LIBMCRYPT', 1); AC_DEFINE('HAVE_LIBMCRYPT24', 1); } else {