r23561 - gnucash/trunk - Bug 619478 - Build warning in html/gnc-html-webkit.c

John Ralls jralls at code.gnucash.org
Sat Dec 14 13:24:48 EST 2013


Author: jralls
Date: 2013-12-14 13:24:47 -0500 (Sat, 14 Dec 2013)
New Revision: 23561
Trac: http://svn.gnucash.org/trac/changeset/23561

Modified:
   gnucash/trunk/configure.ac
Log:
Bug 619478 - Build warning in html/gnc-html-webkit.c

Require WebKit 1.2 as a minimum

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-12-14 16:40:54 UTC (rev 23560)
+++ gnucash/trunk/configure.ac	2013-12-14 18:24:47 UTC (rev 23561)
@@ -1029,7 +1029,7 @@
       ;;
 
     webkit)
-      PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= "1.0")
+      PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= "1.2")
       case "$platform" in
         win32)
           # 1.1.90 has both functions



More information about the gnucash-changes mailing list