aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 17:33:05 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 17:33:05 +0100
commitf3f70f8d9ef6a901bf1bdff10008d76e72bb6692 (patch)
treec8a4161ccfcf5ac52439e02075564fa1a1d762ef /configure.ac
parent89284ddac413d376fc3b56f742daaf1b9bc85bba (diff)
downloadudev-f3f70f8d9ef6a901bf1bdff10008d76e72bb6692.tar.gz
v4l_id: Drop videodev.h check again
It only uses v4l2 now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index caeb7413..b5754f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,9 +118,6 @@ if test "x$enable_extras" = xyes; then
fi
AM_CONDITIONAL([ENABLE_EXTRAS], [test "x$enable_extras" = xyes])
-AC_CHECK_HEADER([linux/videodev.h], [have_videodev_h=yes], [])
-AM_CONDITIONAL(HAVE_V4L1, [test "x$have_videodev_h" = "xyes"])
-
AC_ARG_ENABLE([introspection],
AS_HELP_STRING([--disable-introspection], [disable GObject introspection]),
[], [enable_introspection=yes])