]> git.pld-linux.org Git - packages/ed.git/blob - ed-configure.patch
fbfa2d2ed6bf42e95be588501a091564e930e051
[packages/ed.git] / ed-configure.patch
1 diff -urN ed-0.2.orig/configure.in ed-0.2/configure.in
2 --- ed-0.2.orig/configure.in    Sat Oct  5 14:24:30 2002
3 +++ ed-0.2/configure.in Sat Oct  5 14:36:29 2002
4 @@ -15,7 +15,8 @@
5  AC_FUNC_VPRINTF
6  AC_FUNC_ALLOCA
7  if test "$ALLOCA" = alloca.o; then
8 -  AC_SUBST(LIBOBJS)LIBOBJS="$LIBOBJS xmalloc.o error.o"
9 +  AC_LIBOBJ(xmalloc)
10 +  AC_LIBOBJ(error)
11  fi
12  
13  AC_OUTPUT(Makefile)
This page took 0.041393 seconds and 2 git commands to generate.