[seed] Typo - fix configure option --with-webkit



commit 65c532e13bf59aa8844a3d81d41197d7c897af5e
Author: Alan Knowles <alan akbkhome com>
Date:   Wed Jul 14 12:06:01 2010 +0800

    Typo - fix configure option --with-webkit
    
    used to say --with-seed-webkit on --help

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a4b63a8..bc80a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ dnl ==============================WebKit=======================================
 m4_define([webkit_default], [gtk-3.0])
 
 AC_ARG_WITH([webkit],
-            [AC_HELP_STRING([--with-seed-webkit=@<:@gtk-3.0/1.0@:>@],
+            [AC_HELP_STRING([--with-webkit=@<:@gtk-3.0/1.0@:>@],
                             [Select the Webkit backend, default=gtk-3.0])],
 	    [],
             [with_webkit=webkit_default])



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