From: Michael Wallner Date: Mon, 24 Jul 2006 22:27:46 +0000 (+0000) Subject: - attempt to fix hash dep check X-Git-Tag: RELEASE_1_2_0~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=92cde77a2abab71b8ee4bd812c7fce5372209deb;p=m6w6%2Fext-http - attempt to fix hash dep check --- 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