]> git.pld-linux.org Git - packages/ed.git/blob - ed-configure.patch
8e4f43e6cc82e988882b0886c58be22f547ebaa1
[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,7 @@
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.211193 seconds and 2 git commands to generate.