build: Check for signalfd support
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 17 Jul 2011 17:39:27 +0000 (19:39 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 17 Jul 2011 17:39:27 +0000 (19:39 +0200)
configure.ac

index 9727473..0986045 100644 (file)
@@ -191,6 +191,9 @@ AC_CHECK_LIB(resolv, ns_initparse, dummy=yes, [
                AC_MSG_ERROR(resolver library support is required))
 ])
 
+AC_CHECK_FUNC(signalfd, dummy=yes,
+                       AC_MSG_ERROR(signalfd support is required))
+
 AC_CHECK_LIB(dl, dlopen, dummy=yes,
                        AC_MSG_ERROR(dynamic linking loader is required))