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 4973e0d..f233405 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 c5fca97..f7734d9 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,