summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b836f45..1ce46d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ fi
74AM_CONDITIONAL(WANT_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno -a "x$with_systemd" = "xyes" ]) 74AM_CONDITIONAL(WANT_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno -a "x$with_systemd" = "xyes" ])
75 75
76if test "x$with_systemd" = xyes; then 76if test "x$with_systemd" = xyes; then
77 udev_activation_rule="TAG+=\"systemd\", ENV{SYSTEMD_WANTS}=\"usbmuxd.service\"" 77 udev_activation_rule="ENV{SYSTEMD_WANTS}=\"usbmuxd.service\""
78else 78else
79 udev_activation_rule="RUN+=\"@sbindir@/usbmuxd --user usbmux --udev\"" 79 udev_activation_rule="RUN+=\"@sbindir@/usbmuxd --user usbmux --udev\""
80fi 80fi