From c3bb7df00b64b111504278db96e6e1a8486fe8cf Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 26 Nov 2001 15:02:19 -0500 Subject: configure.in: Check for alloca.h (for regex.c and putenv.c). * configure.in: Check for alloca.h (for regex.c and putenv.c). * configure: Regenerate. * config.h: Add HAVE_ALLOCA_H. From-SVN: r47352 --- libiberty/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index 67042c0..c1434f1 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -183,6 +183,9 @@ /* Define if you have the header file. */ #undef HAVE_FCNTL_H +/* Define if you have the header file. */ +#undef HAVE_ALLOCA_H + /* Define if you have the header file. */ #undef HAVE_LIMITS_H -- cgit v1.1