[Gnucash-changes] r11977 - gnucash/trunk - Update patch to explain which versions of gtkhtml are required.

Derek Atkins warlord at cvs.gnucash.org
Sat Nov 19 01:36:10 EST 2005


Author: warlord
Date: 2005-11-19 01:36:08 -0500 (Sat, 19 Nov 2005)
New Revision: 11977
Trac: http://svn.gnucash.org/trac/changeset/11977

Modified:
   gnucash/trunk/configure.in
Log:
Update patch to explain which versions of gtkhtml are required.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2005-11-18 22:50:24 UTC (rev 11976)
+++ gnucash/trunk/configure.in	2005-11-19 06:36:08 UTC (rev 11977)
@@ -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 (need >= 3.0)]))
+                                    AC_MSG_ERROR([Could not find a working gtkhtml version (need 3.1, 3.2, 3.6, or 3.8)]))
     	    fi
     	fi
     fi



More information about the gnucash-changes mailing list