From d8f3e5745d716b38b9d73735ddf0af0baa4059f1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 31 Dec 2018 02:09:53 -0800 Subject: Remove HAVE_ALLOCA. * configure: don't define HAVE_ALLOCA in config.h. It is not used anywhere. Moreover, alloca isn't optional. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 4bbfe288..8cccdfc8 100755 --- a/configure +++ b/configure @@ -2590,7 +2590,6 @@ int main(int argc, char **argv) if conftest ; then printf "yes\n" - printf "#define HAVE_ALLOCA 1\n" >> config.h printf "#define ALLOCA_H <%s>\n" $try_header >> config.h have_alloca=y break; -- cgit v1.2.3