Fix a mistyped error message in configure.ac

This commit is contained in:
fell
2016-01-17 21:39:54 +01:00
parent 9a0d2a2e1b
commit cf26b5c86b

View File

@@ -478,7 +478,7 @@ 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 ?])])
the libtool(-ltdl) development package?])])
### --------------------------------------------------------------------------
### SWIG version checks (only when building from SCM)