- attempt to fix hash dep check
authorMichael Wallner <mike@php.net>
Mon, 24 Jul 2006 22:27:46 +0000 (22:27 +0000)
committerMichael Wallner <mike@php.net>
Mon, 24 Jul 2006 22:27:46 +0000 (22:27 +0000)
php_http.h

index dd49c6cfe6216760dff0d3e4ad259c2f41c290ce..2f0cf52c64a7328b7270d827b517f56468dd2404 100644 (file)
@@ -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