Skip to content

Commit 144a083

Browse files
committed
improve previous, add message during configure
1 parent 7b60315 commit 144a083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sapi/fpm/config.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,12 @@ if test "$PHP_FPM" != "no"; then
573573
unset SYSTEMD_LIBS
574574
unset SYSTEMD_INCS
575575
if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libsystemd; then
576+
AC_MSG_CHECKING([for libsystemd])
576577
SYSTEMD_LIBS=`$PKG_CONFIG --libs libsystemd`
577578
SYSTEMD_INCS=`$PKG_CONFIG --cflags-only-I libsystemd`
579+
SYSTEMD_VERS=`$PKG_CONFIG --modversion libsystemd`
578580
HAVE_SD_DAEMON_H="yes"
581+
AC_MSG_RESULT([version $SYSTEMD_VERS])
579582
else
580583
AC_CHECK_LIB(systemd-daemon, sd_notify, SYSTEMD_LIBS="-lsystemd-daemon")
581584
AC_CHECK_HEADERS(systemd/sd-daemon.h, [HAVE_SD_DAEMON_H="yes"], [HAVE_SD_DAEMON_H="no"])

0 commit comments

Comments
 (0)