mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: LT_PROG_RC seems to be internal as well, use AC_CHECK_TOOL instead.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17621 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
184a50a771
commit
7a6eee68e3
@ -6,7 +6,7 @@ diff -Nur aqbanking-3.7.1-old/configure.ac aqbanking-3.7.1/configure.ac
|
|||||||
|
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
-AC_LIBTOOL_RC
|
-AC_LIBTOOL_RC
|
||||||
+LT_PROG_RC
|
+AC_CHECK_TOOL([RC], [windres], [no])
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_CHECK_PROG(USE_DOT,dot,YES,NO)
|
AC_CHECK_PROG(USE_DOT,dot,YES,NO)
|
||||||
AC_CHECK_PROG(SED,sed,sed)
|
AC_CHECK_PROG(SED,sed,sed)
|
||||||
|
Loading…
Reference in New Issue
Block a user