From: Joe Orton Date: Thu, 12 Mar 2020 16:16:28 +0000 (+0000) Subject: * acinclude.m4 (APACHE_CHECK_SYSTEMD): Remove redundant test. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db29cc79e719426b79282d3f825eafc2d21ec1c;p=thirdparty%2Fapache%2Fhttpd.git * acinclude.m4 (APACHE_CHECK_SYSTEMD): Remove redundant test. Submitted by: Pascal Terjan PR: 57631 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875128 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 4890ae91e94..c8aab9ee62a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -827,7 +827,7 @@ case $host in fi if test -n "$SYSTEMD_LIBS"; then AC_CHECK_HEADERS(systemd/sd-daemon.h) - if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; then + if test "${ac_cv_header_systemd_sd_daemon_h}" = "no"; then AC_MSG_WARN([Your system does not support systemd.]) else APR_ADDTO(HTTPD_LIBS, [$SYSTEMD_LIBS])