Skip to content
Snippets Groups Projects
Commit a6cc334c authored by Ondřej Surý's avatar Ondřej Surý
Browse files

$enable_daemon is not defined in 1.6.x and it was making the systemd...

$enable_daemon is not defined in 1.6.x and it was making the systemd integration to fail (fixes #432)
parent eb4e1114
Branches
Tags
No related merge requests found
......@@ -94,8 +94,6 @@ AC_ARG_ENABLE([systemd],
AS_HELP_STRING([--enable-systemd=auto|yes|no], [enable systemd integration [default=auto]]),
[enable_systemd="$enableval"], [enable_systemd=auto])
AS_IF([test "$enable_daemon" = "yes"],[
AS_IF([test "$enable_systemd" != "no"],[
AS_CASE([$enable_systemd],
[auto],[PKG_CHECK_MODULES([systemd], [libsystemd], [enable_systemd=yes], [
......@@ -107,7 +105,6 @@ AS_IF([test "$enable_systemd" != "no"],[
AS_IF([test "$enable_systemd" = "yes"],[
AC_DEFINE([ENABLE_SYSTEMD], [1], [Use systemd integration.])])
])
# Debug modules
AC_ARG_ENABLE([debug],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment