summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-06-02 10:00:58 +0000
committerPierre Joye <pajoye@php.net>2010-06-02 10:00:58 +0000
commitd86fe9941cb2d180debf106cd23decdb3f9e598e (patch)
tree6350ae097bd12a0bb20ac28e88dba09aa11f8bb8 /ext
parent3f602cf51090c7e8ae33a6f226854d8bb50ca110 (diff)
downloadphp-git-d86fe9941cb2d180debf106cd23decdb3f9e598e.tar.gz
- allow shared build
Diffstat (limited to 'ext')
-rw-r--r--ext/mcrypt/config.w322
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 {