From 92cde77a2abab71b8ee4bd812c7fce5372209deb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 24 Jul 2006 22:27:46 +0000 Subject: [PATCH] - attempt to fix hash dep check --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_http.h b/php_http.h index dd49c6c..2f0cf52 100644 --- a/php_http.h +++ b/php_http.h @@ -151,7 +151,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http); # define HTTP_HAVE_SESSION #endif -#if defined(HAVE_HASH_EXT) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_HASH) && defined(HTTP_HAVE_PHP_HASH_H)) +#if defined(HAVE_HASH_EXT) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_HASH)) && defined(HTTP_HAVE_PHP_HASH_H) # define HTTP_HAVE_HASH #endif -- 2.30.2