diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-03-17 02:11:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-03-17 02:11:20 +0800 |
commit | 17cb83fb7684de52cfb35d0e7ed2a140131d7a21 (patch) | |
tree | d11dadc1c6ff4ffede794bf0f67f7053b19ad7f9 /configure.ac | |
parent | d8922d48fb5530cf80858ea6d4eaf4c3be82d077 (diff) | |
download | gsoc2013-epiphany-17cb83fb7684de52cfb35d0e7ed2a140131d7a21.tar.gz gsoc2013-epiphany-17cb83fb7684de52cfb35d0e7ed2a140131d7a21.tar.zst gsoc2013-epiphany-17cb83fb7684de52cfb35d0e7ed2a140131d7a21.zip |
configure.ac: update libsoup requirement to 2.26.0.
Among other things it has a SoupCookieJarSQLite that can create one
jar from scratch.
svn path=/trunk/; revision=8909
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b00a640b0..37c26c05a 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,7 @@ LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 WEBKIT_GTK_REQUIRED=1.1.3 -LIBSOUP_GNOME_REQUIRED=2.25.91 +LIBSOUP_GNOME_REQUIRED=2.26.0 PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no]) |