summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6a775c8..60ac6a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ if test "x$with_udevrulesdir" = "xauto"; then
55 with_udevrulesdir=$prefix/lib/udev/rules.d 55 with_udevrulesdir=$prefix/lib/udev/rules.d
56 fi 56 fi
57fi 57fi
58AC_SUBST([udevrulesdir], [$with_udevrulesdir])
59 58
60AC_ARG_WITH([systemd], 59AC_ARG_WITH([systemd],
61 [AS_HELP_STRING([--without-systemd], 60 [AS_HELP_STRING([--without-systemd],
@@ -119,6 +118,8 @@ case ${host_os} in
119 win32=false 118 win32=false
120 AC_MSG_RESULT([no]) 119 AC_MSG_RESULT([no])
121 UDEV_SUB=udev 120 UDEV_SUB=udev
121 AC_SUBST([udevrulesdir], [$with_udevrulesdir])
122 AC_DEFINE(HAVE_UDEV, 1, [Define to enable udev support])
122 activation_method="systemd" 123 activation_method="systemd"
123 if test "x$with_systemd" != "xyes"; then 124 if test "x$with_systemd" != "xyes"; then
124 echo "*** Note: support for systemd activation has been disabled, using udev activation instead ***" 125 echo "*** Note: support for systemd activation has been disabled, using udev activation instead ***"