File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -726,6 +726,13 @@ if test x$enable_utmp = xyes; then
726
726
echo " utmpx.ut_host $ac_cv_utmpx_has_ut_host"
727
727
echo " utmpx.ut_exit $ac_cv_utmpx_has_ut_exit"
728
728
fi
729
+ if test -n "$with_systemdsystemunitdir" \
730
+ -a "x$with_systemdsystemunitdir" != xno; then
731
+ echo " systemd support yes"
732
+ echo " unit file directory $with_systemdsystemunitdir"
733
+ else
734
+ echo " systemd support no"
735
+ fi
729
736
730
737
echo
731
738
echo " with imlib2 $use_imlib2"
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ case `lsb_release -si`/`lsb_release -sr` in
70
70
* ) LIBFREETYPE_DEV=libfreetype-dev
71
71
esac
72
72
73
+ # We need systemd-dev for Debian-based systems using systemd
74
+ if command -v systemctl > /dev/null; then
75
+ PACKAGES=" $PACKAGES systemd-dev"
76
+ fi
77
+
73
78
case " $ARCH "
74
79
in
75
80
amd64)
You can’t perform that action at this time.
0 commit comments