From 3040e276779acb6cbf6dbf4be24600c37c6f75ae Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 15 Aug 2013 19:02:05 +0200 Subject: Drop alloca.c This file was only used with GCC < 2, so it's time to drop it. * alloca.c: Remove file. * configure.ac: Remove test for alloca. * Makefile.am (migcom_LDADD): Remove @ALLOCA@. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4b2852e..adf3163 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,6 @@ dnl Checks for header files. AC_HEADER_STDC dnl Checks for library functions. -AC_FUNC_ALLOCA AC_FUNC_VPRINTF -- cgit v1.2.3