summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-04-23 13:13:07 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-04-23 13:13:07 +0200
commit9662bfa2b4b2282d0fc29d2a327b62d8bde56ff2 (patch)
treeb47677cf0884e3192473e402f84016accd9f6edb /configure.ac
parentdc4cf0c29b53cda5c1c2badc5026af3429502e3a (diff)
Add timeToDateString() to DateInfo
This function converts a time_t into a string in PDF date format.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e0d531e0..37e08b77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_CHECK_FUNC(gettimeofday, AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Defines if gettimeofday is available on your system]))
AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_r is available on your system]))
+AC_CHECK_FUNC(gmtime_r, AC_DEFINE(HAVE_GMTIME_R, 1, [Defines if gmtime_r is available on your system]))
dnl ##### Check for pkgconfig
PKG_PROG_PKG_CONFIG