diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e039f4855..75de5e405 100644 --- a/configure.ac +++ b/configure.ac @@ -698,7 +698,8 @@ if test "x$have_v4l" = xyes; then have_libv4l=no PKG_CHECK_MODULES([V4L2], [libv4l2], [have_libv4l=yes - AC_DEFINE([HAVE_LIBV4L2_H], [1], [Define this if you have libv4l installed])]) + AC_DEFINE([HAVE_LIBV4L2_H], [1], [Define this if you have libv4l installed])], + [have_libv4l=no]) if test "x$enable_libv4l" = "xyes" && test "x$have_libv4l" = "xno"; then AC_MSG_ERROR([libv4l requested but not found.]) fi |