[seed] Remove check for JSContextGroupCreate now that we're 3.0+ only



commit c4685dc7fe98f3af48a805d65cafcfb5be8de931
Author: Tim Horton <hortont gnome org>
Date:   Sun Jul 11 22:37:28 2010 -0700

    Remove check for JSContextGroupCreate now that we're 3.0+ only

 config.h.in  |    3 ---
 configure.ac |    6 ------
 2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/config.h.in b/config.h.in
index aa26c5e..7845c40 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,9 +24,6 @@
 /* Define if your <locale.h> file defines LC_MESSAGES. */
 #undef HAVE_LC_MESSAGES
 
-/* Define to 1 if you have the `webkitgtk-3.0' library (-lwebkitgtk-3.0). */
-#undef HAVE_LIBWEBKITGTK_3_0
-
 /* Define to 1 if you have the <locale.h> header file. */
 #undef HAVE_LOCALE_H
 
diff --git a/configure.ac b/configure.ac
index 5b57f81..750f4d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,12 +73,6 @@ AC_SUBST(FFI_LDFLAGS)
 AC_SUBST(FFI_CFLAGS)
 
 dnl ==============================WebKit=======================================
-save_LIBS=$LIBS
-LIBS=`pkg-config --libs webkitgtk-3.0`
-AC_CHECK_LIB(webkitgtk-3.0, JSContextGroupCreate,,
-			 AC_MSG_ERROR([The installed version of WebKit is too old. Seed requires WebKit SVN revision 35442 or greater.]))
-LIBS=$save_LIBS
-
 PKG_CHECK_MODULES(WEBKIT, webkitgtk-3.0)
 AC_SUBST(WEBKIT_CFLAGS)
 AC_SUBST(WEBKIT_LDFLAGS)



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