mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- force static, can't be built yet shared anyway
This commit is contained in:
parent
f1cb5e6253
commit
0e61859b1f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user