Check for gmtime_r. Missing part of bug #511807.
authorSebastian Dröge <sdroege@src.gnome.org>
Sun, 3 Feb 2008 10:54:13 +0000 (10:54 +0000)
committerSebastian Dröge <sdroege@src.gnome.org>
Sun, 3 Feb 2008 10:54:13 +0000 (10:54 +0000)
* configure.in: Check for gmtime_r. Missing part of bug #511807.

svn path=/trunk/; revision=6443

ChangeLog
configure.in

index 4973e0dbef69fe2a6ce4216a7edc34bf61320787..f2334059304e7abe723ce023d559c8916054e707 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * configure.in: Check for gmtime_r. Missing part of bug #511807.
+
 2008-02-01  Yannig Marchegay  <yannig@marchegay.org>
 
        * configure.in: Add oc since oc.po is back.
index c5fca979f91cc40cabd051d249bffdd75b016c44..f7734d9b8ba94a69a50bb1d792b0cd9490777085 100644 (file)
@@ -2009,7 +2009,7 @@ if test x"$have_threads" != xno; then
        # we are not doing the following for now, as this might require glib 
        # to always be linked with the thread libs on some platforms. 
        # LIBS="$LIBS $G_THREAD_LIBS"
-       AC_CHECK_FUNCS(localtime_r)
+       AC_CHECK_FUNCS(localtime_r gmtime_r)
        if test "$ac_cv_header_pwd_h" = "yes"; then
                AC_CACHE_CHECK([for posix getpwuid_r],
                        ac_cv_func_posix_getpwuid_r,