]> git.pld-linux.org Git - packages/ed.git/commitdiff
- simpler version of this fix (from RH).
authorkloczek <kloczek@pld-linux.org>
Sun, 27 Apr 2003 22:12:32 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ed-configure.patch -> 1.2

ed-configure.patch

index 528b4a91685b938ef0d43ddb4e8f6702b64ba26c..8e4f43e6cc82e988882b0886c58be22f547ebaa1 100644 (file)
@@ -6,7 +6,8 @@ diff -urN ed-0.2.orig/configure.in ed-0.2/configure.in
  AC_FUNC_ALLOCA
  if test "$ALLOCA" = alloca.o; then
 -  AC_SUBST(LIBOBJS)LIBOBJS="$LIBOBJS xmalloc.o error.o"
-+  AC_SUBST(LTLIBOBJS) AC_LIBOBJ([xmalloc.o]) AC_LIBOBJ([error.o])
++  AC_LIBOBJ(xmalloc)
++  AC_LIBOBJ(error)
  fi
  
  AC_OUTPUT(Makefile)
This page took 0.114376 seconds and 4 git commands to generate.