]> granicus.if.org Git - sudo/commitdiff
removed bogus alloca hack
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 06:15:48 +0000 (06:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 06:15:48 +0000 (06:15 +0000)
configure.in

index 1dc8921cef0f6df009f51cd7403f2ab787635727..8f102ed04c79758281cc53ab754ff7fa3b2d40ca 100644 (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