Author: rleigh
Date: Sat Sep 8 07:57:50 2018
New Revision: 1840340
URL: http://svn.apache.org/viewvc?rev=1840340&view=rev
Log:
cmake: XercesFunctions: Remove duplicated timegm check
Modified:
xerces/c/trunk/cmake/XercesFunctions.cmake
Modified: xerces/c/trunk/cmake/XercesFunctions.cmake
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/cmake/XercesFunctions.cmake?rev=1840340&r1=1840339&r2=1840340&view=diff
==============================================================================
--- xerces/c/trunk/cmake/XercesFunctions.cmake (original)
+++ xerces/c/trunk/cmake/XercesFunctions.cmake Sat Sep 8 07:57:50 2018
@@ -32,7 +32,6 @@ check_function_exists(clock_gettime HAVE
check_function_exists(ftime HAVE_FTIME)
check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
check_function_exists(gmtime_r HAVE_GMTIME_R)
-check_function_exists(timegm HAVE_TIMEGM)
check_function_exists(memmove HAVE_MEMMOVE)
check_function_exists(memset HAVE_MEMSET)
check_function_exists(nl_langinfo HAVE_NL_LANGINFO)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]