mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Bug 731889 - guile 2 exports different autoconf macros than what is expected
The problem is mainly a poorly chosen error message. The user should generally only rerun autogen.sh, so I have added this in the error message.
This commit is contained in:
parent
4149aa2d25
commit
d5da59331f
@ -472,8 +472,9 @@ PKG_CHECK_MODULES(GUILE,
|
||||
[m4_ifdef([GUILE_PROGS],
|
||||
[ GUILE_PROGS
|
||||
gnc_have_guile_2=yes ],
|
||||
[ AC_MSG_ERROR([ guile 2 is found on your system, but appears
|
||||
to export different autoconf macros than what we expected. Please report this as a bug
|
||||
[ AC_MSG_ERROR([ guile 2 is found on your system, but we did
|
||||
find the right autoconf macros. Please rerun autogen.sh first. If this
|
||||
does not solve the problem, please report this as a bug
|
||||
in GnuCash, so we can fix this for your platform.]) ])
|
||||
],
|
||||
[AC_MSG_ERROR([
|
||||
|
Loading…
Reference in New Issue
Block a user