diff options
author | Pierre Joye <pajoye@php.net> | 2008-08-05 17:20:10 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-08-05 17:20:10 +0000 |
commit | f428f1e04ab47482ad1289ff415d059ce2288728 (patch) | |
tree | e65be495b259f203e538963ac6daa28addfd2a49 /ext/mcrypt | |
parent | b1511db3e1041f185d19f7afacc459dc7d89151b (diff) | |
download | php-git-f428f1e04ab47482ad1289ff415d059ce2288728.tar.gz |
- MFH: not shared
Diffstat (limited to 'ext/mcrypt')
-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 5c0049ae38..22afb95e69 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'); + EXTENSION('mcrypt', 'mcrypt.c', false); AC_DEFINE('HAVE_LIBMCRYPT', 1); AC_DEFINE('HAVE_LIBMCRYPT24', 1); } else { |