aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-12-12 08:13:54 +0800
committerXan Lopez <xan@src.gnome.org>2008-12-12 08:13:54 +0800
commit6bc97bfc06e1ab3ca9041cae66c1524b7c14284a (patch)
treef94ecc0f4bd3d878a525e514780f192fd52b74fd /configure.ac
parentc4d95ec8b49d437f3372390f1662c67bfd56b64b (diff)
downloadgsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar.gz
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar.bz2
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar.lz
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar.xz
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.tar.zst
gsoc2013-epiphany-6bc97bfc06e1ab3ca9041cae66c1524b7c14284a.zip
Revert cookies stuff, didn't want to commit that.
svn path=/trunk/; revision=8633
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0500c9a9f..18fb4744e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,6 @@ GNOME_DESKTOP_REQUIRED=2.9.91
LIBSTARTUP_NOTIFICATION_REQUIRED=0.5
LIBNOTIFY_REQUIRED=0.4
DBUS_GLIB_REQUIRED=0.35
-LIBSOUP_REQUIRED=2.25.0
PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no])
@@ -145,7 +144,6 @@ PKG_CHECK_MODULES([DEPENDENCIES], [
gconf-2.0
libstartup-notification-1.0 >= $LIBSTARTUP_NOTIFICATION_REQUIRED
$LIBNOTIFY_PACKAGE
- libsoup-2.4 >= $LIBSOUP_REQUIRED
])
AC_SUBST([DEPENDENCIES_CFLAGS])
AC_SUBST([DEPENDENCIES_LIBS])