]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Do no use gdk_x11_* when not available. Based on patch by Hib Eris, see
[evince.git] / configure.ac
index b70875bfdd0594c08dde7feecee2651d63379c11..97ee1b1bdbae6d384e8251c9f41c5b18bba28bc0 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[2.25.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.25.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 EV_API_VERSION=2.20
@@ -46,7 +46,7 @@ dnl Check dependencies
 
 DBUS_GLIB_REQUIRED=0.70
 GTK_REQUIRED=2.12.0
-GLIB_REQUIRED=2.15.6
+GLIB_REQUIRED=2.18.0
 KEYRING_REQUIRED=2.22.0
 
 GNOME_ICON_THEME_REQUIRED=2.17.1
@@ -405,6 +405,8 @@ if test "x$enable_impress" = "xyes"; then
 fi
 AC_SUBST(EVINCE_MIME_TYPES)
 
+AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_r is available on your system]))
+
 AC_CONFIG_FILES([
 backend/Makefile
 backend/comics/Makefile