From 797a152c6e1242e2886b9fc1fd664906daf7455c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 17 Feb 1998 06:15:48 +0000 Subject: [PATCH] removed bogus alloca hack --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 1dc8921ce..8f102ed04 100644 --- a/configure.in +++ b/configure.in @@ -751,9 +751,6 @@ dnl (gcc includes its own alloca(3) but other compilers may not) dnl if test "$with_DCE" = "yes" -o "$ac_cv_prog_YACC" = "bison -y"; then AC_FUNC_ALLOCA - if test -n "$ALLOCA"; then - LIBOBJS="$LIBOBJS $ALLOCA" - fi fi dnl dnl library checks -- 2.50.1