From 732bdbb9a586292a19ff672156b5dabc09d10472 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 4 Aug 2008 21:39:08 +0000 Subject: [PATCH] - detect _a or normal lib --- ext/mcrypt/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.50.1