From 6db29cc79e719426b79282d3f825eafc2d21ec1c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 12 Mar 2020 16:16:28 +0000 Subject: * 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 4890ae91e9..c8aab9ee62 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]) -- cgit v1.2.1