autotools: stop summoning systemd's infernal cow

Systemd support has now been enabled by default on all capable
platforms. By explicitely providing --disable-systemd, one can disable
its integration to EFL.
When I litterally write that I don't want systemd support, please
don't tell me to enable it. It's almost a passive aggression there ;)
This commit is contained in:
Jean Guyomarc'h 2016-10-29 23:31:28 +02:00
parent 403b0ecfa6
commit b5fa168e96
No known key found for this signature in database
GPG Key ID: 9BFD70B4662DC58C
1 changed files with 0 additions and 15 deletions

View File

@ -6043,21 +6043,6 @@ echo " systemd units.: $USER_SESSION_DIR"
fi
echo
if test "x${have_systemd_pkg}" = "xyes" -a "x${want_systemd}" = "xno"; then
echo " _________________________________________"
echo "/ Systemd dependency is available on your \\"
echo "| system, but you are building without |"
echo "| systemd support. Don't forget to |"
echo "| --enable-systemd if you want systemd |"
echo "\\ integration for EFL. /"
echo " -----------------------------------------"
echo " \\ ^__^"
echo " \\ (oo)\\_______"
echo " (__)\\ )\\/\\"
echo " ||----w |"
echo " || ||"
fi
if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________"
echo ""