mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
This removes the unused HAVE_SYSTEMD_SD_DAEMON_H symbol defined by the Autoconf AC_CHECK_HEADERS macro. The systemd/sd-daemon.h sanity check now also works when systemd library is overriden by pkgconf variables for custom or development places: ./configure --enable-fpm --with-fpm-systemd \ SYSTEMD_CFLAGS=-I/path/to/systemd/src \ SYSTEMD_LIBS="-L/path/to/systemd/build -lsystemd"