remove mktime check since takes forever on some systems

pull/1/head
toddouska 2012-10-24 12:09:53 -07:00
parent 0b4ed2c633
commit bb5280d0e4
1 changed files with 3 additions and 2 deletions

View File

@ -77,8 +77,9 @@ AC_CHECK_SIZEOF(long long, 8)
AC_CHECK_SIZEOF(long, 4)
AC_C_BIGENDIAN
AC_DISABLE_STATIC
AC_DISABLE_STATIC
AC_FUNC_MKTIME
# mktime check takes forever on some systems, if time supported it would be
# highly unusual for mktime to be missing
#AC_FUNC_MKTIME
AC_PROG_CC
AC_PROG_CC_C_O