]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* acinclude.m4 (APACHE_CHECK_SYSTEMD): Remove redundant test.
authorJoe Orton <jorton@apache.org>
Thu, 12 Mar 2020 16:16:28 +0000 (16:16 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 12 Mar 2020 16:16:28 +0000 (16:16 +0000)
Submitted by: Pascal Terjan <pterjan linuxfr.org>
PR: 57631

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875128 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 4890ae91e94a1d3ed274132253a9ca4b6bd761f5..c8aab9ee62a3199fbc8af78bebc5fa68fe095e79 100644 (file)
@@ -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])