mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 731889 - guile 2 exports different autoconf macros than what is expected
Check for the now required ltdl.h and bail out if not found
This commit is contained in:
parent
b3781c16d0
commit
785c6d621b
@ -473,6 +473,11 @@ AM_CONDITIONAL(GNC_HAVE_GUILE_2, test "x${gnc_have_guile_2}" = xyes)
|
||||
AC_SUBST(GUILE_EFFECTIVE_VERSION)
|
||||
AC_SUBST(GUILE, [`pwd`/gnc-guile])
|
||||
|
||||
AC_CHECK_HEADERS(ltdl.h,
|
||||
[],
|
||||
[AC_MSG_ERROR([ltdl.h not found. Perhaps you need to install
|
||||
the intltool-ltdl development packages ?])])
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### SWIG version checks (only when building from SCM)
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user