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

configure: tune the summary for systemd

issue #213
parent 3f0a8607
No related branches found
No related tags found
1 merge request!181Systemd
......@@ -91,7 +91,7 @@ AC_ARG_ENABLE([systemd],
[enable_systemd="$enableval"], [enable_systemd=auto])
case "$enable_systemd" in
auto) PKG_CHECK_MODULES([systemd_daemon], [libsystemd-daemon], [enable_systemd=yes], [true]) ;;
auto) PKG_CHECK_MODULES([systemd_daemon], [libsystemd-daemon], [enable_systemd=yes], [enable_systemd=no]) ;;
yes) PKG_CHECK_MODULES([systemd_daemon], [libsystemd-daemon]) ;;
no) ;;
*) AC_MSG_ERROR([Invalid value of --enable-systemd.]) ;;
......@@ -387,6 +387,6 @@ echo "
Libs: ${LIBS}
Ragel: ${RAGEL} ${FSM_TYPE}
Utils with IDN: ${libidn}
Use systemd notification: ${enable_systemd}
Use systemd notifications: ${enable_systemd}
Continue with 'make' command"
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