diff options
author | Pierre Joye <pajoye@php.net> | 2010-06-02 10:00:58 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-06-02 10:00:58 +0000 |
commit | d86fe9941cb2d180debf106cd23decdb3f9e598e (patch) | |
tree | 6350ae097bd12a0bb20ac28e88dba09aa11f8bb8 /ext | |
parent | 3f602cf51090c7e8ae33a6f226854d8bb50ca110 (diff) | |
download | php-git-d86fe9941cb2d180debf106cd23decdb3f9e598e.tar.gz |
- allow shared build
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mcrypt/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |