Fix a typo in header_files.m4 that makes alloca.h check work again.

This commit is contained in:
Antti Harri 2011-05-28 10:45:52 +03:00
parent 74a7e07dfc
commit 9b19f9b7d6

View file

@ -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 <stdlib.h>],