gnucash maint: Fix a mistyped error message in configure.ac

Frank H. Ellenberger fell at code.gnucash.org
Sun Jan 17 17:00:51 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/cf26b5c8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9a0d2a2e (commit)



commit cf26b5c86bfad0de78c8a5aae1b8fd7817f307aa
Author: fell <f.ellenberger at online.de>
Date:   Sun Jan 17 21:39:54 2016 +0100

    Fix a mistyped error message in configure.ac

diff --git a/configure.ac b/configure.ac
index a6eebfe..a5f6f87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list