~peter-pearse/ubuntu/oneiric/udev/prop001

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-09-12 20:12:37 UTC
  • mfrom: (0.7.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100912201237-ijvg5khtlgzdx4p4
Tags: 162-1
* New upstream release. Changes since our previous git snapshot:
  - cdrom_id: Fix DVD-RW media and blank DVD detection.
  - Do not create persistent name rules for kvm/qemu/vmware interfaces.
    (LP: #341006)
* Add debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
AC_ARG_WITH([systemdsystemunitdir],
67
67
        AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
68
68
        [], [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
69
 
AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
70
 
AM_CONDITIONAL(WITH_SYSTEMD, [test -n "$with_systemdsystemunitdir"])
 
69
if test "x$with_systemdsystemunitdir" != xno; then
 
70
    AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
 
71
fi
 
72
AM_CONDITIONAL(WITH_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
71
73
 
72
74
AC_ARG_ENABLE([extras],
73
75
        AS_HELP_STRING([--disable-extras], [disable extras with external dependencies]),