diff configure.ac @ 4690:cd1e4d4aa0b9

Take advantage of signalfd if available.
author William Pitcock <nenolod@atheme.org>
date Sat, 05 Jul 2008 16:55:24 -0500
parents 52d8b00cfe13
children 84f70d4b36e6
line wrap: on
line diff
--- a/configure.ac	Thu Jul 03 01:07:07 2008 +0200
+++ b/configure.ac	Sat Jul 05 16:55:24 2008 -0500
@@ -67,7 +67,7 @@
 dnl Check for headers and functions
 dnl ===============================
 AC_CHECK_HEADERS([unistd.h fcntl.h sys/ioctl.h fnmatch.h limits.h wchar.h fts.h execinfo.h])
-AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf])
+AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf signalfd])
 
 
 ### ---------------------------------------------------------------------------