comparison configure.ac @ 4692:84f70d4b36e6

Fix compile when signalfd is not available entirely.
author William Pitcock <nenolod@atheme.org>
date Sat, 05 Jul 2008 17:04:39 -0500
parents cd1e4d4aa0b9
children 0ea6dd6bfb5a
comparison
equal deleted inserted replaced
4691:5db8a7848565 4692:84f70d4b36e6
64 AUD_COMMON_PROGS 64 AUD_COMMON_PROGS
65 65
66 66
67 dnl Check for headers and functions 67 dnl Check for headers and functions
68 dnl =============================== 68 dnl ===============================
69 AC_CHECK_HEADERS([unistd.h fcntl.h sys/ioctl.h fnmatch.h limits.h wchar.h fts.h execinfo.h]) 69 AC_CHECK_HEADERS([unistd.h fcntl.h sys/ioctl.h fnmatch.h limits.h wchar.h fts.h execinfo.h sys/signalfd.h])
70 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf signalfd]) 70 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf signalfd])
71 71
72 72
73 ### --------------------------------------------------------------------------- 73 ### ---------------------------------------------------------------------------
74 dnl Path settings 74 dnl Path settings