diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-11 06:15:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-11 06:15:04 +0800 |
commit | 625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464 (patch) | |
tree | cd84e2bcfcd87c709e54f6de6e73c5fe4f0e4768 /configure.ac | |
parent | 3050e8c161fe8014ec1757e170b4e6a54ca99d12 (diff) | |
download | gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.gz gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.zst gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.zip |
Update glib req to 2.13.4 so we can use g_get_user_special_dir.
2007-07-11 Christian Persch <chpe@gnome.org>
* configure.ac:
Update glib req to 2.13.4 so we can use g_get_user_special_dir.
* lib/ephy-file-helpers.c: (ephy_file_downloads_dir),
(ephy_file_desktop_dir):
Use g_get_user_special_dir to get the Desktop and Downloads directory
location.
svn path=/trunk/; revision=7146
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 e49991a62..c711e016d 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ if test "x$enable_maintainer_mode" = "xyes"; then MOZILLA_WARN_CXXFLAGS="-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth $MOZILLA_WARN_CXXFLAGS" fi -GLIB_REQUIRED=2.12.0 +GLIB_REQUIRED=2.13.4 GTK_REQUIRED=2.11.6 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 |