Skip to content
Snippets Groups Projects
Commit 3f0a8607 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

configure: remove forgotten line

issue #213
parent bdb46f5e
No related branches found
No related tags found
1 merge request!181Systemd
......@@ -90,7 +90,6 @@ AC_ARG_ENABLE([systemd],
AS_HELP_STRING([--enable-systemd=auto|yes|no], [enable systemd notification mechanism [default=auto]]),
[enable_systemd="$enableval"], [enable_systemd=auto])
use_systemd=no
case "$enable_systemd" in
auto) PKG_CHECK_MODULES([systemd_daemon], [libsystemd-daemon], [enable_systemd=yes], [true]) ;;
yes) PKG_CHECK_MODULES([systemd_daemon], [libsystemd-daemon]) ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment