r10161: Check for alloca.h to prevent incorrect local declaration.
authorJames Peach <jpeach@samba.org>
Mon, 12 Sep 2005 02:34:22 +0000 (02:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:04 +0000 (13:38 -0500)
(This used to be commit efc70d267285a94bcadd690ae4392d278cdeea94)

source4/lib/popt/config.m4

index d5a8df92005faaaf8765ca692bf544acc9b04466..227c9a1237b7689fc1b70c931b169dc3ed6f7a8c 100644 (file)
@@ -38,4 +38,4 @@ else
        AC_MSG_RESULT(no)
 fi
 
-AC_CHECK_HEADERS([float.h])
+AC_CHECK_HEADERS([float.h alloca.h])