diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |