Need test for gmtime_r
authorScott Cantor <cantor.2@osu.edu>
Thu, 24 May 2012 14:34:36 +0000 (14:34 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 24 May 2012 14:34:36 +0000 (14:34 +0000)
configure.ac

index b72699b..7d6c6b7 100644 (file)
@@ -69,7 +69,7 @@ AC_TYPE_SIZE_T
 AC_CHECK_SIZEOF([long])
 
 # Checks for library functions.
-AC_CHECK_FUNCS([strchr strdup strstr timegm strcasecmp])
+AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp])
 AC_CHECK_HEADERS([dlfcn.h])
 AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ])