Need test for gmtime_r
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 24 May 2012 14:34:36 +0000 (14:34 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 24 May 2012 14:34:36 +0000 (14:34 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@976 de75baf8-a10c-0410-a50a-987c0e22f00f

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) ])