added quadmath.h check to configure.ac

This commit is contained in:
2020-11-15 10:32:34 +00:00
parent 656e0150a9
commit 6b094588d5
3 changed files with 9 additions and 5 deletions

View File

@ -110,7 +110,7 @@ AC_CHECK_HEADERS([stddef.h wchar.h wctype.h errno.h signal.h fcntl.h dirent.h])
AC_CHECK_HEADERS([time.h sys/time.h utime.h spawn.h execinfo.h ucontext.h])
AC_CHECK_HEADERS([dlfcn.h ltdl.h sys/mman.h sys/uio.h])
AC_CHECK_HEADERS([sys/devpoll.h sys/epoll.h poll.h])
AC_CHECK_HEADERS([libunwind.h])
AC_CHECK_HEADERS([libunwind.h quadmath.h])
dnl check data types
dnl AC_CHECK_TYPE([wchar_t],