attempt to remove regression caused by r13362

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13401 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-05-20 14:21:54 +00:00
parent f7d55aecb8
commit bf98847191
1 changed files with 2 additions and 2 deletions

View 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_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_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 <sys/types.h>
#include <time.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 <sys/types.h>
#include <time.h>]) #include <time.h>])