From b5fa168e96c6f11b173a4330f5b79fb75bc0d3de Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sat, 29 Oct 2016 23:31:28 +0200 Subject: [PATCH] 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 ;) --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configure.ac b/configure.ac index d67f353b77..dfd095720e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ""