configure: remove some header checks
do them using C++17's __has_include instead * configure.ac: Do not check for sys/times.h, valgrind/memcheck.h, and spawn.h. * bin/common_trans.cc, spot/misc/fixpool.hh, spot/misc/mspool.hh, spot/misc/timer.hh: Adjust to use __has_include instead.
This commit is contained in:
parent
cdc89dad16
commit
6b88d6f35b
5 changed files with 20 additions and 16 deletions
|
|
@ -147,7 +147,6 @@ CHECK_ATOMIC
|
|||
|
||||
AX_CHECK_BUDDY
|
||||
|
||||
AC_CHECK_HEADERS([sys/times.h valgrind/memcheck.h spawn.h])
|
||||
AC_CHECK_FUNCS([times kill alarm sigaction sched_getcpu])
|
||||
|
||||
oLIBS=$LIBS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue