~ubuntu-branches/ubuntu/lucid/hal/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-06-26 10:04:33 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090626100433-nd42rcjbmg5261tx
Tags: 0.5.12+git20090626-0ubuntu1
* New upstream git snapshot:
  - Add input.keys capability to power/hibernate/etc. keys. (LP: #384890)
* Drop 01_tablet_evdev.patch, 50_no_crash_on_md_blockdev.patch: Applied
  upstream.
* 04_nvidia_brightness.patch: Update to new upstream version.
* debian/control: Change back Vcs-Bzr:, Ubuntu package are only for full
  source trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
AC_ARG_WITH(udev-prefix,
78
78
        AS_HELP_STRING([--with-udev-prefix=DIR], [add prefix to internal udev path names]),
79
 
        [], [with_udev_prefix='${exec_prefix}'])
 
79
        [], [with_udev_prefix='${exec_prefix}/lib'])
80
80
udev_prefix=$with_udev_prefix
81
81
AC_SUBST(udev_prefix)
82
82
 
488
488
        *-*-solaris*)
489
489
                   HALD_BACKEND="solaris"
490
490
                   ;;
491
 
        *-*-freebsd*)
 
491
        *-*-freebsd* |�*-*-kfreebsd*-gnu)
492
492
                   HALD_BACKEND="freebsd"
493
493
                   ;;
494
494
        *-linux*)