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

« back to all changes in this revision

Viewing changes to configure

  • 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:
17200
17200
if test "${with_udev_prefix+set}" = set; then
17201
17201
  withval=$with_udev_prefix;
17202
17202
else
17203
 
  with_udev_prefix='${exec_prefix}'
 
17203
  with_udev_prefix='${exec_prefix}/lib'
17204
17204
fi
17205
17205
 
17206
17206
udev_prefix=$with_udev_prefix
19141
19141
        *-*-solaris*)
19142
19142
                   HALD_BACKEND="solaris"
19143
19143
                   ;;
19144
 
        *-*-freebsd*)
 
19144
        *-*-freebsd* |�*-*-kfreebsd*-gnu)
19145
19145
                   HALD_BACKEND="freebsd"
19146
19146
                   ;;
19147
19147
        *-linux*)