streams: Named systemd sockets are only supported since systemd v227

This commit is contained in:
Tobias Brunner
2017-10-13 10:17:37 +02:00
parent a97de61e78
commit 23e76d250f
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -1002,6 +1002,10 @@ if test x$systemd = xtrue; then
AC_SUBST(systemd_journal_CFLAGS)
AC_SUBST(systemd_journal_LIBS)]
)
saved_LIBS=$LIBS
LIBS="$systemd_LIBS $systemd_daemon_LIBS"
AC_CHECK_FUNCS(sd_listen_fds_with_names)
LIBS=$saved_LIBS
fi
if test x$tss_trousers = xtrue; then