mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Fix a typo in header_files.m4 that makes alloca.h check work again.
This commit is contained in:
parent
74a7e07dfc
commit
9b19f9b7d6
1 changed files with 1 additions and 1 deletions
|
@ -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>],
|
||||
|
|
Loading…
Reference in a new issue