@@ -229,16 +229,6 @@ AC_SEARCH_LIBS([accept], [xnet "socket -lnsl"])
229229
230230AC_CACHE_SAVE
231231
232- # # ----------------------- ##
233- # # Checks for header files ##
234- # # ----------------------- ##
235- AC_HEADER_STDC
236- AC_HEADER_SYS_WAIT
237- AC_HEADER_TIME
238- AC_CHECK_HEADERS ( [ fcntl.h ucontext.h sys/time.h sys/resource.h mach/mach_time.h malloc.h math.h sys/types.h sys/sysctl.h] )
239-
240- AC_CACHE_SAVE
241-
242232# # -------------------- ##
243233# # Check for structures ##
244234# # -------------------- ##
@@ -280,13 +270,6 @@ AS_IF([test "x$enable_precache_guard_pages" = "xyes"],
280270 [ enable_precache_guard_pages="no"] )
281271
282272
283- AC_CACHE_SAVE
284-
285- # # --------------------------- ##
286- # # Check for library functions ##
287- # # --------------------------- ##
288- AC_CHECK_FUNCS ( [ memalign memcpy fstat64 lseek64 sched_yield sysconf getcontext] )
289-
290273AC_CACHE_SAVE
291274
292275# # ------------------------- ##
@@ -371,13 +354,6 @@ AS_IF([test "x$enable_asserts" != "xyes"],
371354AS_IF ( [ test "x$with_stack_alignment" = "x"] ,
372355 [ with_stack_alignment=16] )
373356
374- AC_LINK_IFELSE ( [ AC_LANG_SOURCE ( [ [
375- #include <unistd.h>
376-
377- int main() {
378- return sysconf(_SC_CLK_TCK);
379- }] ] ) ] ,
380- [ AC_DEFINE ( [ HAVE_SC_CLK_TCK] , [ 1] , [ Define if _SC_CLK_TCK is available.] ) ] )
381357dnl Which timer do we want to use
382358qthread_timer_type=gettimeofday
383359AS_IF ( [ test "x$qthread_timer_type" = "xgettimeofday"] ,
@@ -445,7 +421,6 @@ AM_CONDITIONAL([COMPILE_TBB_BENCHMARKS], [test "x$have_tbb" = "xyes"])
445421AM_CONDITIONAL([ COMPILE_CILK_BENCHMARKS] , [ test "x$have_cilk" = "xyes"] )
446422AM_CONDITIONAL([ COMPILE_LF_HASH] , [ test "x$enable_lf_febs" = "xyes"] )
447423
448- AC_CONFIG_HEADERS ( [ include/config.h] )
449424AC_CONFIG_FILES ( [ Makefile
450425 src/Makefile
451426 man/Makefile
0 commit comments