]> git.pld-linux.org Git - packages/ed.git/blame - ed-configure.patch
- typo.
[packages/ed.git] / ed-configure.patch
CommitLineData
658a412d 1diff -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
402f9268 4@@ -15,7 +15,8 @@
658a412d 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"
0dbc6ea1 9+ AC_LIBOBJ(xmalloc)
10+ AC_LIBOBJ(error)
658a412d 11 fi
12
13 AC_OUTPUT(Makefile)
This page took 0.10878 seconds and 4 git commands to generate.