]> git.pld-linux.org Git - packages/cftp.git/blobdiff - cftp-AC_LIBOBJ.patch
- updated to work with current autoconf
[packages/cftp.git] / cftp-AC_LIBOBJ.patch
index cab15d12e8870c54d586ea53a67c745ecea6ef96..65e2600a1fe5e2eba6e1a0466073f80e23113c67 100644 (file)
@@ -11,7 +11,7 @@
 -fi
 -
 -AC_CHECK_FUNCS(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
-+AC_CHECK_FUNCS(tparam, [], AC_LIBOBJ(tparam))
++AC_CHECK_FUNCS(tparam, [], [AC_LIBOBJ(tparam)])
 +AC_CHECK_FUNCS(getopt_long, [], [AC_LIBOBJ(getopt1) AC_LIBOBJ(getopt)])
  
  dnl system services
This page took 0.073694 seconds and 4 git commands to generate.