1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r10161: Check for alloca.h to prevent incorrect local declaration.

(This used to be commit efc70d267285a94bcadd690ae4392d278cdeea94)
This commit is contained in:
James Peach 2005-09-12 02:34:22 +00:00 committed by Gerald (Jerry) Carter
parent 0639375119
commit 3818f7793b

View File

@ -38,4 +38,4 @@ else
AC_MSG_RESULT(no)
fi
AC_CHECK_HEADERS([float.h])
AC_CHECK_HEADERS([float.h alloca.h])