Implemented capGetDriverDescription.
diff --git a/configure.ac b/configure.ac
index 2df8318..f6d908c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,6 +167,7 @@
AC_CHECK_HEADERS(\
arpa/inet.h \
arpa/nameser.h \
+ asm/types.h \
cups/cups.h \
direct.h \
elf.h \
@@ -1211,6 +1212,16 @@
AC_CHECK_HEADERS(ucontext.h,,,[#include <signal.h>])
+dnl **** Check for v4l(2) headers ****
+
+AC_CHECK_HEADERS(linux/videodev.h,,,
+[#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+#ifdef HAVE_ASM_TYPES_H
+#include <asm/types.h>
+#endif])
+
dnl **** Check for IPX headers (currently Linux only) ****
AC_CACHE_CHECK([for GNU style IPX support], ac_cv_c_ipx_gnu,