X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;fp=config.m4;h=d05ee194d731a4f414e9d4ef62e6810b09014687;hp=fb991ef43b71b0cf57f84ab58557890eeb02fc8c;hb=52afbd9e2f860621ac40405d5c2298516493b121;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d 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]) ]) ]) ])