mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
- force static, can't be built yet shared anyway
This commit is contained in:
parent
0297128ace
commit
a2a62aeb5f
@ -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