[Gnucash-changes] r11973 - gnucash/trunk - Derrick Hudson's patch to tell users that they need gtkhtml-3.

Derek Atkins warlord at cvs.gnucash.org
Fri Nov 18 13:44:52 EST 2005


Author: warlord
Date: 2005-11-18 13:44:52 -0500 (Fri, 18 Nov 2005)
New Revision: 11973
Trac: http://svn.gnucash.org/trac/changeset/11973

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Derrick Hudson's patch to tell users that they need gtkhtml-3.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-18 18:09:37 UTC (rev 11972)
+++ gnucash/trunk/ChangeLog	2005-11-18 18:44:52 UTC (rev 11973)
@@ -1,3 +1,8 @@
+2005-11-18  Derek Atkins  <derek at ihtfp.com>
+
+	* configure.in:  Derrick Hudson's patch to tell users
+	  that they need gtkhtml-3.
+
 2005-11-18  David Hampton  <hampton at employees.org>
 
 	* src/report/report-gnome/gnc-plugin-page-report-ui.xml:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2005-11-18 18:09:37 UTC (rev 11972)
+++ gnucash/trunk/configure.in	2005-11-18 18:44:52 UTC (rev 11973)
@@ -1048,7 +1048,7 @@
     	     if test $gtkhtml = 0
     	       then 
     	          PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.1 , [gtkhtml=1],
-                                    AC_MSG_ERROR([Could not find a working gtkhtml version]))
+                                    AC_MSG_ERROR([Could not find a working gtkhtml version (need >= 3.0)]))
     	    fi
     	fi
     fi



More information about the gnucash-changes mailing list