]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
attempt to remove regression caused by r13362
authorMichael Jerris <mike@jerris.com>
Wed, 20 May 2009 14:21:54 +0000 (14:21 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 20 May 2009 14:21:54 +0000 (14:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13401 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index 7bc8e48591fb7a595579cccf72caeac564a00758..834603f4e9e969135ba6d336718051410f80a301 100644 (file)
@@ -337,11 +337,11 @@ AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define if you
 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>])