[Freeswitch-svn] [commit] r13401 - freeswitch/trunk

FreeSWITCH SVN mikej at freeswitch.org
Wed May 20 07:21:54 PDT 2009


Author: mikej
Date: Wed May 20 09:21:54 2009
New Revision: 13401

Log:
attempt to remove regression caused by r13362

Modified:
   freeswitch/trunk/configure.in

Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in	(original)
+++ freeswitch/trunk/configure.in	Wed May 20 09:21:54 2009
@@ -337,11 +337,11 @@
 AC_CHECK_LIB(rt, clock_nanosleep, [AC_DEFINE(HAVE_CLOCK_NANOSLEEP, 1, [Define if you have clock_nanosleep()])])
 AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket))
 
-AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.__tm_gmtoff],,,[
+AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[
 #include <sys/types.h>
 #include <time.h>])
 
-AC_CHECK_MEMBERS([struct tm.tm_zone, struct tm.__tm_zone],,,[
+AC_CHECK_MEMBERS([struct tm.tm_zone],,,[
 #include <sys/types.h>
 #include <time.h>])
 



More information about the Freeswitch-svn mailing list