git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1243951 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
parent
d0be1721b4
commit
4c7c543902
@ -0,0 +1,21 @@
|
||||
# -- Check for libv4l1-videodev.h presence --------------------
|
||||
|
||||
AC_MSG_CHECKING([for libv4l1-videodev.h])
|
||||
|
||||
AC_TRY_COMPILE([
|
||||
#include <libv4l1-videodev.h>
|
||||
],
|
||||
[
|
||||
],
|
||||
ac_have_libv4l1_videodev_h=yes
|
||||
,
|
||||
ac_have_libv4l1_videodev_h=no
|
||||
)
|
||||
|
||||
if test $ac_have_libv4l1_videodev_h = yes; then
|
||||
AC_DEFINE(HAVE_LIBV4L1_VIDEODEV_H, 1, [Define if you have libv4l1-videodev.h installed])
|
||||
fi
|
||||
|
||||
AC_MSG_RESULT($ac_have_libv4l1_videodev_h)
|
||||
|
||||
# -- End libv4l1-videodev.h ----------------------------------------------
|
Loading…
Reference in new issue