[Gnucash-changes] r13265 - gnucash/trunk - Mention libtool-ltdl-devel for FC4 if ltdl.h is missing.

Derek Atkins warlord at cvs.gnucash.org
Tue Feb 14 20:33:08 EST 2006


Author: warlord
Date: 2006-02-14 20:33:07 -0500 (Tue, 14 Feb 2006)
New Revision: 13265
Trac: http://svn.gnucash.org/trac/changeset/13265

Modified:
   gnucash/trunk/configure.in
Log:
Mention libtool-ltdl-devel for FC4 if ltdl.h is missing.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-02-14 23:48:52 UTC (rev 13264)
+++ gnucash/trunk/configure.in	2006-02-15 01:33:07 UTC (rev 13265)
@@ -111,7 +111,7 @@
 
 AC_CHECK_HEADERS(ltdl.h)
 if test "x$ac_cv_header_ltdl_h" = xno; then
-  AC_MSG_ERROR([Cannot find ltdl.h -- libtool-devel not installed?])
+  AC_MSG_ERROR([Cannot find ltdl.h -- libtool-devel (or libtool-ltdl-devel) not installed?])
 fi
 
 ### --------------------------------------------------------------------------



More information about the gnucash-changes mailing list