~ubuntu-branches/ubuntu/oneiric/hal/oneiric

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-14 11:45:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110214114559-g5ti3fxottbysekt
Tags: 0.5.14-5+svn1
Upload current Debian svn head to fix FTBFS.

* Add 00upstream_video4linux_check.patch: Do not build
  hald-probe-video4linux if v4l1 is not available. (LP: #721399)
* Refresh 99-autoreconf.patch for above.
* 45-fix-libusb-detection.patch: Unfuzz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
fi 
480
480
AM_CONDITIONAL([HAVE_LIBPCI], [test "x$USE_LIBPCI" = "xyes"])
481
481
 
 
482
AC_CHECK_HEADERS([linux/videodev.h], [have_videodev_h=yes], [])
 
483
AM_CONDITIONAL(HAVE_V4L1, [test "x$have_videodev_h" = "xyes"])
 
484
 
482
485
AC_ARG_WITH([backend],
483
486
            AS_HELP_STRING([--with-backend=<name>],
484
487
                           [backend to use (linux/solaris/freebsd/dummy)]),