[chronojump] Remove webkit check



commit b188b64acbdd62d4621c5c136298b57df8f32077
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Nov 16 17:45:11 2012 +0100

    Remove webkit check

 autogen.sh            |   10 ----------
 configure.ac          |    1 -
 src/gui/chronojump.cs |    1 -
 3 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e80d0ed..4295c68 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,16 +37,6 @@ DIE=0
         DIE=1
 }
 
-(grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null) && {
-  ($LIBTOOL --version) < /dev/null > /dev/null 2>&1 || {
-    echo
-    echo "**Error**: You must have \`libtool' installed to compile $PROJECT."
-    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz";
-    echo "(or a newer version if it is available)"
-    DIE=1
-  }
-}
-
 if test "$DIE" -eq 1; then
         exit 1
 fi
diff --git a/configure.ac b/configure.ac
index d109e5d..efde144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ dnl package checks, common for all configs
 PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
 PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
 PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0])
-PKG_CHECK_MODULES([WEBKIT_SHARP_10], [webkit-sharp-1.0])
 
 PKG_CHECK_MODULES(CESARPLAYER, [gtk+-2.0 >= 2.8 gdk-2.0 gio-2.0 glib-2.0 gstreamer-0.10 gstreamer-audio-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gobject-2.0 gstreamer-interfaces-0.10])
 AC_SUBST(CESARPLAYER_CFLAGS)
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index f8761aa..a54ce84 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -30,7 +30,6 @@ using System.Collections; //ArrayList
 using LongoMatch.Gui;
 using LongoMatch.Video.Capturer;
 using LongoMatch.Video.Common;
-using WebKit;
 
 public partial class ChronoJumpWindow 
 {



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