aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 6037e061..9396240e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2578,21 +2578,7 @@ choke me now
2578 ] 2578 ]
2579) 2579)
2580 2580
2581MHD_CHECK_FUNC([[gettimeofday]], 2581MHD_CHECK_FUNC_GETTIMEOFDAY
2582 [[
2583#ifdef HAVE_SYS_TIME_H
2584#include <sys/time.h>
2585#endif /* HAVE_SYS_TIME_H */
2586#ifdef HAVE_TIME_H
2587#include <time.h>
2588#endif /* HAVE_TIME_H */
2589 ]],
2590 [[
2591 struct timeval tv;
2592 i][f (0 != gettimeofday (&tv, (void*) 0))
2593 return 1;
2594 ]]
2595)
2596 2582
2597# IPv6 2583# IPv6
2598AC_CACHE_CHECK([for IPv6],[mhd_cv_have_inet6], 2584AC_CACHE_CHECK([for IPv6],[mhd_cv_have_inet6],