summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-06 21:37:47 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-06 21:37:47 +0000
commit59bad9453c546574dcf66577d9662aef0350d0eb (patch)
tree7275d3b617f1e6652d4e4b8fe8d015559fa42cd6
parent82083a26798febc8184717d4b6a3eda94fb48925 (diff)
downloadxine-lib-59bad9453c546574dcf66577d9662aef0350d0eb.tar.gz
xine-lib-59bad9453c546574dcf66577d9662aef0350d0eb.tar.bz2
Missing test of enable_libv4l.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 498e7b851..68f811d1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -698,7 +698,7 @@ dnl ----------------------------------------------
AC_ARG_ENABLE([libv4l],
AS_HELP_STRING([--disable-libv4l], [do not build with libv4l support]))
-if test "x$have_v4l2" = xyes; then
+if test "x$have_v4l2$" = xyes && test "x$enable_libv4l" != xno; then
have_libv4l=no
PKG_CHECK_MODULES([V4L2], [libv4l2],
[have_libv4l=yes