From 59bad9453c546574dcf66577d9662aef0350d0eb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 6 Mar 2010 21:37:47 +0000 Subject: Missing test of enable_libv4l. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3