Skip to content

Commit c6a7b9d

Browse files
committed
* acinclude.m4 (APACHE_CHECK_SYSTEMD): Remove redundant test.
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 (cherry picked from commit 6db29cc)
1 parent 3c81898 commit c6a7b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ case $host in
627627
fi
628628
if test -n "$SYSTEMD_LIBS"; then
629629
AC_CHECK_HEADERS(systemd/sd-daemon.h)
630-
if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; then
630+
if test "${ac_cv_header_systemd_sd_daemon_h}" = "no"; then
631631
AC_MSG_WARN([Your system does not support systemd.])
632632
else
633633
AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is supported])

0 commit comments

Comments
 (0)