Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-01-16 09:39:17 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-16 09:39:17 (GMT)
commit93c67e6f3562e68c04c9b08a97cb9a755d7a1782 (patch)
tree1f285f06ac276257f67d002c4b4ddc11068c1a6e /configure.ac
parent1dc6244c5eadd12ddaea244332699d8f9e59dd79 (diff)
Check for localtime_r. See bug #339172.
2009-01-16 Hib Eris <hib@hiberis.nl> * configure.ac: * properties/ev-properties-view.c: (ev_properties_view_format_date): Check for localtime_r. See bug #339172. svn path=/trunk/; revision=3339
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5d2c8a3..97ee1b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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