From 82083a26798febc8184717d4b6a3eda94fb48925 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 6 Mar 2010 20:24:13 +0000 Subject: Mention v4l2. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 8e2e970d9..498e7b851 100644 --- a/configure.ac +++ b/configure.ac @@ -2910,6 +2910,9 @@ fi if test "x$have_v4l" = "xyes"; then echo " - v4l" fi +if test "x$have_v4l2" = "xyes"; then + echo " - v4l2" +fi if test "x$have_libsmbclient" = "xyes"; then echo " - smbclient" fi -- cgit v1.2.3