Check for gmtime_r. Missing part of bug #511807.

* configure.in: Check for gmtime_r. Missing part of bug #511807.

svn path=/trunk/; revision=6443
This commit is contained in:
Sebastian Dröge 2008-02-03 10:54:13 +00:00
parent e508268839
commit 96bcb8af0c
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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,