Skip to content

Commit a37b0aa

Browse files
committed
Fix socket activation notice msg in configure
Signed-off-by: Simo Sorce <[email protected]>
1 parent 325869a commit a37b0aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

external/systemd.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ AC_DEFUN([AM_CHECK_SYSTEMD],
1919
[SYSTEMD_DAEMON],
2020
[$daemon_lib_name],
2121
[AC_DEFINE_UNQUOTED([HAVE_SYSTEMD_DAEMON], 1,
22-
[Build with $daemon_lib_name support])],
22+
[Build with $daemon_lib_name support])
23+
24+
AC_MSG_NOTICE([Will enable systemd socket activation])],
2325
[AC_MSG_NOTICE([Build without $daemon_lib_name support])])],
2426
[AC_MSG_NOTICE([Build without $daemon_lib_name support])])
2527
2628
AM_CONDITIONAL([HAVE_SYSTEMD_DAEMON], [test x"$daemon_lib_name" != x])
27-
AC_MSG_NOTICE([Will enable systemd socket activation])
2829
])

0 commit comments

Comments
 (0)