diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-17 01:01:32 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-17 20:21:25 +0800 |
commit | 828a97c512dd500be59825d64c899468f9598562 (patch) | |
tree | 10df1f64914e8b3dc4d49f1acea7ae67ce6d6d5b /configure.ac | |
parent | f26d3ba7ce8a3577739a08971e466e2b33cecf31 (diff) | |
download | gsoc2013-epiphany-828a97c512dd500be59825d64c899468f9598562.tar.gz gsoc2013-epiphany-828a97c512dd500be59825d64c899468f9598562.tar.zst gsoc2013-epiphany-828a97c512dd500be59825d64c899468f9598562.zip |
Use the new top-widget infrastructure to ask whether to store passwords
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 20a3f78b4..9848ea51a 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.19.7 -GTK_REQUIRED=2.17.11 +GTK_REQUIRED=2.18.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |