From bb5280d0e44023859a2621e1e818fcfcb8da3e11 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 24 Oct 2012 12:09:53 -0700 Subject: [PATCH] remove mktime check since takes forever on some systems --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 88fde482b..1932f1e17 100644 --- a/configure.ac +++ b/configure.ac @@ -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