mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
- MFH: detect _a or normal lib
This commit is contained in:
parent
22b62586c2
commit
e31b2cbc0d
@ -6,7 +6,7 @@ ARG_WITH("mcrypt", "mcrypt support", "no");
|
||||
if (PHP_MCRYPT != "no") {
|
||||
|
||||
if (CHECK_HEADER_ADD_INCLUDE('mcrypt.h', 'CFLAGS_MCRYPT') &&
|
||||
CHECK_LIB('libmcrypt.lib', 'mcrypt') &&
|
||||
CHECK_LIB('libmcrypt_a.lib;libmcrypt.lib', 'mcrypt') &&
|
||||
CHECK_LIB('Advapi32.lib', 'mcrypt')
|
||||
) {
|
||||
EXTENSION('mcrypt', 'mcrypt.c');
|
||||
|
Loading…
Reference in New Issue
Block a user