removed bogus alloca hack

This commit is contained in:
Todd C. Miller
1998-02-17 06:15:48 +00:00
parent 73e984f397
commit 797a152c6e

View File

@@ -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