summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-13 00:54:19 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-13 00:54:19 +0000
commitb243c8ddeb10a19f65ac46a07f8ae2a414fa3e8d (patch)
tree63775906a51fcbc39438f6d5401130e6b4d46cdb /configure.ac
parent8313b038cb6668c6cac06781e20da61f87a25360 (diff)
downloadxine-lib-b243c8ddeb10a19f65ac46a07f8ae2a414fa3e8d.tar.gz
xine-lib-b243c8ddeb10a19f65ac46a07f8ae2a414fa3e8d.tar.bz2
Fix V4L2 check.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68f811d1b..3c7830113 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 && test "x$enable_libv4l" != xno; then
+if test "x$have_v4l2" = xyes && test "x$enable_libv4l" != xno; then
have_libv4l=no
PKG_CHECK_MODULES([V4L2], [libv4l2],
[have_libv4l=yes