From c660fab8096c15b42a9b001083e5847e6a89b9c2 Mon Sep 17 00:00:00 2001 From: dj Date: Mon, 26 Nov 2001 20:02:19 +0000 Subject: * configure.in: Check for alloca.h (for regex.c and putenv.c). * configure: Regenerate. * config.h: Add HAVE_ALLOCA_H. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47352 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 67042c0f431..c1434f1c1dd 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.2.1