From: Pierre Joye Date: Mon, 4 Aug 2008 21:39:08 +0000 (+0000) Subject: - detect _a or normal lib X-Git-Tag: BEFORE_HEAD_NS_CHANGE~871 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=732bdbb9a586292a19ff672156b5dabc09d10472;p=php - detect _a or normal lib --- diff --git a/ext/mcrypt/config.w32 b/ext/mcrypt/config.w32 index abdbff5693..cc6f8e2bbf 100644 --- a/ext/mcrypt/config.w32 +++ b/ext/mcrypt/config.w32 @@ -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');