gnucash/packaging/win32/aqbanking-3.8.3-patch.diff
Derek Atkins b75113f853 Fix the patch name. Oops.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18128 57a11ea4-9604-0410-9ed3-97b8803252fd
2009-06-13 21:25:31 +00:00

12 lines
311 B
Diff

--- aqbanking-3.8.3/configure.ac~ Fri May 29 14:57:00 2009
+++ aqbanking-3.8.3/configure.ac Sat Jun 13 15:45:49 2009
@@ -476,7 +476,7 @@
AC_PROG_INSTALL
AC_LIBTOOL_WIN32_DLL
-AC_LIBTOOL_RC
+AC_CHECK_TOOL([RC], [windres], [no])
AC_PROG_LIBTOOL
AC_CHECK_PROG(USE_DOT,dot,YES,NO)
AC_CHECK_PROG(SED,sed,sed)