mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:26:36 +00:00
configure.ac: Add back HAVE_SYSTEMD
When the change was made to add some additional code to make sure systemd was actually installed on the system, the HAVE_SYSTEMD #define was accidently removed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
4357b6617c
commit
63e308646a
@ -347,6 +347,8 @@ case "${enable_systemd}" in
|
||||
AC_CHECK_LIB(systemd, sd_notify, LIBS="$LIBS -lsystemd")
|
||||
if test $ac_cv_lib_systemd_sd_notify = no; then
|
||||
AC_MSG_ERROR([enable systemd has been specified but systemd development env not found on your system])
|
||||
else
|
||||
AC_DEFINE(HAVE_SYSTEMD,,Compile systemd support in)
|
||||
fi
|
||||
;;
|
||||
"*") ;;
|
||||
|
Loading…
Reference in New Issue
Block a user