summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2016-10-29 23:31:28 +0200
committerJean Guyomarc'h <jean@guyomarch.bzh>2016-10-29 23:43:23 +0200
commitb5fa168e96c6f11b173a4330f5b79fb75bc0d3de (patch)
tree5f3081ec17519ce8079919790c09db8ceddc4dfd
parent403b0ecfa66530e9cd598bd013aeda76df7ee98c (diff)
downloadefl-b5fa168e96c6f11b173a4330f5b79fb75bc0d3de.tar.gz
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 ;)
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 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 ""