[seed] --with-webkit=3.0/1.0 instead of gtk-3.0/1.0, since the gtk distinction is meaningless (all of them



commit 73198a47b80dcd04631fde9e733639dadf9ef04e
Author: Tim Horton <hortont gnome org>
Date:   Mon Aug 30 17:56:00 2010 -0400

    --with-webkit=3.0/1.0 instead of gtk-3.0/1.0, since the gtk distinction is meaningless (all of them are webkit-gtk, the name just changed)

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ce2d388..230743f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,14 +76,14 @@ dnl ==============================WebKit=======================================
 m4_define([webkit_default], [gtk-3.0])
 
 AC_ARG_WITH([webkit],
-            [AC_HELP_STRING([--with-webkit=@<:@gtk-3.0/1.0@:>@],
-                            [Select the Webkit backend, default=gtk-3.0])],
+            [AC_HELP_STRING([--with-webkit=@<:@3.0/1.0@:>@],
+                            [Select the Webkit backend, default=3.0])],
 	    [],
             [with_webkit=webkit_default])
 
 dnl=== support both 1.0 and 3.0 (default 3.0) ==
 AS_CASE([$with_webkit],
-	[gtk-3.0], [
+	[3.0], [
 		WEBKIT_PC=webkitgtk-3.0
 	],
 	[1.0], [



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]