Skip to content

Commit

Permalink
Remove no longer used --with-systemdsystemunitdir configure switch
Browse files Browse the repository at this point in the history
This is a clean up following the removal of the service unit in
cfd0750
  • Loading branch information
mbiebl committed Oct 20, 2023
1 parent 0c61bdc commit 5adebfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ DISTCHECK_CONFIGURE_FLAGS=
# in a make distcheck is so that we detect code that accidently was not updated
# when some global update happened.
DISTCHECK_CONFIGURE_FLAGS+= \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
--enable-silent-rules \
--enable-rsyslogd \
--enable-omstdout \
Expand Down
10 changes: 0 additions & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -729,16 +729,6 @@ if test "$enable_unlimited_select" = "yes"; then
fi


# support for systemd unit files
AC_ARG_WITH([systemdsystemunitdir],
AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
[], [with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
if test "x$with_systemdsystemunitdir" != xno; then
AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
fi
AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])


# debug
AC_ARG_ENABLE(debug,
[AS_HELP_STRING([--enable-debug],[Enable debug mode @<:@default=auto@:>@])],
Expand Down

0 comments on commit 5adebfb

Please sign in to comment.