diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | systemd/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0a99a56..fe0c27f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -72,7 +72,7 @@ AC_ARG_WITH([systemdsystemunitdir], | |||
| 72 | if test "x$with_systemdsystemunitdir" != xno; then | 72 | if test "x$with_systemdsystemunitdir" != xno; then |
| 73 | AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir]) | 73 | AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir]) |
| 74 | fi | 74 | fi |
| 75 | AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno -a "x$with_systemd" = "xyes" ]) | 75 | AM_CONDITIONAL(WANT_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno -a "x$with_systemd" = "xyes" ]) |
| 76 | 76 | ||
| 77 | if test "x$with_systemd" = xyes; then | 77 | if test "x$with_systemd" = xyes; then |
| 78 | udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" | 78 | udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" |
diff --git a/systemd/Makefile.am b/systemd/Makefile.am index 6626d60..a23f1d1 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am | |||
| @@ -4,7 +4,7 @@ edit = \ | |||
| 4 | -e 's|@localstatedir[@]|$(localstatedir)|g' \ | 4 | -e 's|@localstatedir[@]|$(localstatedir)|g' \ |
| 5 | < $< > $@ || rm $@ | 5 | < $< > $@ || rm $@ |
| 6 | 6 | ||
| 7 | if HAVE_SYSTEMD | 7 | if WANT_SYSTEMD |
| 8 | 8 | ||
| 9 | systemdsystemunit_DATA = \ | 9 | systemdsystemunit_DATA = \ |
| 10 | usbmuxd.service | 10 | usbmuxd.service |
