mirror of
https://github.com/php/pecl-encryption-mcrypt.git
synced 2026-03-23 23:12:15 +01:00
Check for required dirent_a.lib
Otherwise we can't build.
This commit is contained in:
committed by
Derick Rethans
parent
b711cc67de
commit
2f9c5c8215
@@ -5,7 +5,9 @@ ARG_WITH("mcrypt", "mcrypt support", "no");
|
||||
if (PHP_MCRYPT != "no") {
|
||||
|
||||
if (CHECK_HEADER_ADD_INCLUDE('mcrypt.h', 'CFLAGS_MCRYPT') &&
|
||||
CHECK_HEADER_ADD_INCLUDE('dirent.h', 'CFLAGS_MCRYPT') &&
|
||||
CHECK_LIB('libmcrypt_a.lib;libmcrypt.lib', 'mcrypt') &&
|
||||
CHECK_LIB('dirent_a.lib', 'mcrypt') &&
|
||||
CHECK_LIB('Advapi32.lib', 'mcrypt')
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user