[cpp-xmltooling COMMIT] /branches/REL_1/configure.ac
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 24 15:34:36 BST 2012
Author: scantor
Date: Thu May 24 15:34:36 2012
New Revision: 976
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=976&view=rev
Log:
Need test for gmtime_r
Modified:
branches/REL_1/configure.ac
Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=976&r1=975&r2=976&view=diff
==============================================================================
--- branches/REL_1/configure.ac (original)
+++ branches/REL_1/configure.ac Thu May 24 15:34:36 2012
@@ -69,7 +69,7 @@
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) ])
More information about the commits
mailing list