From: Michael Wallner Date: Mon, 26 Dec 2005 21:21:32 +0000 (+0000) Subject: - ws X-Git-Tag: RELEASE_0_21_0~26 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=52afbd9e2f860621ac40405d5c2298516493b121 - ws --- diff --git a/config.m4 b/config.m4 index fb991ef..d05ee19 100644 --- a/config.m4 +++ b/config.m4 @@ -204,8 +204,8 @@ dnl ---- AC_CHECK_HEADER([hash/php_hash.h], [ AC_DEFINE([HTTP_HAVE_HASH_EXT_HASH], [1], [Have ext/hash support]) ], [ - AC_CHECK_HEADER([php_hash.h], [ - AC_DEFINE([HTTP_HAVE_EXT_HASH], [1], [Have ext/hash support]) + AC_CHECK_HEADER([php_hash.h], [ + AC_DEFINE([HTTP_HAVE_EXT_HASH], [1], [Have ext/hash support]) ]) ]) ])