X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=abb1eb58e600599ab07f2d0ad0892a041d04e270;hp=39a642766701fba1cff8ae5cf6a4f78ef57fb393;hb=ab58ba30b72ffb197f5f2429540380cd96e2d315;hpb=061fbbe598d6e28b35c408b35beec1a6508abac9 diff --git a/config.w32 b/config.w32 index 39a6427..abb1eb5 100644 --- a/config.w32 +++ b/config.w32 @@ -8,7 +8,7 @@ if (PHP_HTTP != "no") { if (PHP_MHASH != "no") { if (CHECK_HEADER_ADD_INCLUDE('mhash.h', 'CFLAGS_HTTP') && - CHECK_LIB('libmhash.lib', 'mhash')) { + CHECK_LIB('libmhash.lib', 'http')) { AC_DEFINE('HAVE_LIBMHASH', 1 , "Have mhash library"); } else { WARNING("mhash not enabled; libraries and headers not found");