summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8cccdfc8..7e99d64d 100755
--- a/configure
+++ b/configure
@@ -2577,7 +2577,7 @@ done
printf "Checking for alloca ... "
-for try_header in alloca.h malloc.h ; do
+for try_header in stdlib.h alloca.h malloc.h ; do
cat > conftest.c <<!
#include <$try_header>