mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
- allow shared build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user