From 9b19f9b7d649e27357359d975fc5d892392d46c2 Mon Sep 17 00:00:00 2001 From: Antti Harri Date: Sat, 28 May 2011 10:45:52 +0300 Subject: [PATCH] Fix a typo in header_files.m4 that makes alloca.h check work again. --- config.d/header_files.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.d/header_files.m4 b/config.d/header_files.m4 index 6bf07fcac..a9cd4da1f 100644 --- a/config.d/header_files.m4 +++ b/config.d/header_files.m4 @@ -30,7 +30,7 @@ else AC_CHECK_HEADERS(fnmatch.h) fi -if test "x$ac_cv_header_alloca_h" = no; then +if test "x$ac_cv_header_alloca_h" = xno; then AC_MSG_CHECKING(for alloca in stdlib.h) AC_TRY_COMPILE( [#include ],