From: Todd C. Miller Date: Tue, 17 Feb 1998 06:15:48 +0000 (+0000) Subject: removed bogus alloca hack X-Git-Tag: SUDO_1_5_6~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=797a152c6e1242e2886b9fc1fd664906daf7455c;p=sudo removed bogus alloca hack --- 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