glib r6443 - trunk



Author: sdroege
Date: Sun Feb  3 10:54:13 2008
New Revision: 6443
URL: http://svn.gnome.org/viewvc/glib?rev=6443&view=rev

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


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb  3 10:54:13 2008
@@ -2009,7 +2009,7 @@
 	# 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]