projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
6ef3a3f
)
- fix win32 DL build
author
Michael Wallner
<mike@php.net>
Thu, 25 Aug 2005 18:28:19 +0000
(18:28 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 25 Aug 2005 18:28:19 +0000
(18:28 +0000)
config.w32
patch
|
blob
|
history
diff --git
a/config.w32
b/config.w32
index 39a642766701fba1cff8ae5cf6a4f78ef57fb393..abb1eb58e600599ab07f2d0ad0892a041d04e270 100644
(file)
--- 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");