summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2007-06-26 20:37:44 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2007-06-26 20:37:44 +0000
commit1bf057fa956d6b010a4ec08cb618e1b6ff144858 (patch)
treedfa20bee7da6aeaf48154aee8a1713c17ca8cb06 /configure.in
parent0aa5be0dec0f3a4294964af84cbcc4d502bc198a (diff)
downloadgtk+-1bf057fa956d6b010a4ec08cb618e1b6ff144858.tar.gz
Show the time of last change in the file chooser, for files modified today
2007-06-26 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Show the time of last change in the file chooser, for files modified today or yesterday. (#324543) * configure.in: Check for localtime_r(). svn path=/trunk/; revision=18248
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9bfa3feb0d..d03f9dfb67 100644
--- a/configure.in
+++ b/configure.in
@@ -410,6 +410,7 @@ fi
AC_SUBST(REBUILD)
AC_CHECK_FUNCS(lstat mkstemp flockfile getc_unlocked)
+AC_CHECK_FUNCS(localtime_r)
# _NL_TIME_FIRST_WEEKDAY is an enum and not a define
AC_MSG_CHECKING([for _NL_TIME_FIRST_WEEKDAY])