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:
Geert Janssens 2015-01-31 14:33:33 +01:00
parent b3781c16d0
commit 785c6d621b

View File

@ -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)
#