summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-05-06 17:23:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-05-06 21:55:04 +0100
commit2c801c45dbad58d18f2673e17723825dda0c4e55 (patch)
tree0e03a80e169e2e524bd5c5751ab71551acb56bcd /configure.ac
parent74d2707de4a0f94d2143f1e9c60762e4167b1ea6 (diff)
sna: Replace timerfd with OsTimer
As timerfd is linux-specific, and OsTimer an OS-agnostic abraction, replace the former with the later. Arguably this has slightly better performance characteristics in select-bound loops. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3770983b..c031a26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -265,8 +265,6 @@ if test "x$DEBUG" = xfull; then
CFLAGS="$CFLAGS -O0 -ggdb3"
fi
-AC_CHECK_HEADERS([sys/timerfd.h])
-
DRIVER_NAME=intel
AC_SUBST([DRIVER_NAME])
AC_SUBST([moduledir])