View | Details | Raw Unified | Return to bug 57631
Collapse All | Expand All

(-)acinclude.m4 (-1 / +1 lines)
Lines 666-672 Link Here
666
   fi
666
   fi
667
   if test -n "$SYSTEMD_LIBS"; then
667
   if test -n "$SYSTEMD_LIBS"; then
668
      AC_CHECK_HEADERS(systemd/sd-daemon.h)
668
      AC_CHECK_HEADERS(systemd/sd-daemon.h)
669
      if test "${ac_cv_header_systemd_sd_daemon_h}" = "no" || test -z "${SYSTEMD_LIBS}"; then
669
      if test "${ac_cv_header_systemd_sd_daemon_h}" = "no"; then
670
        AC_MSG_WARN([Your system does not support systemd.])
670
        AC_MSG_WARN([Your system does not support systemd.])
671
      else
671
      else
672
        APR_ADDTO(HTTPD_LIBS, [$SYSTEMD_LIBS])
672
        APR_ADDTO(HTTPD_LIBS, [$SYSTEMD_LIBS])

Return to bug 57631