mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- force static, can't be built yet shared anyway
This commit is contained in:
parent
f1cb5e6253
commit
0e61859b1f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue