#51239 --without-systemd doesn't disable systemd
Closed: wontfix by spichugi. Opened by vashirov.

Issue Description

--without-systemd doesn't actually disable systemd in our build system:

$ ./configure --without-systemd
...
configure: checking for Systemd...
checking for --with-systemd... no
...
$ grep ^WITH_SYSTEMD Makefile
WITH_SYSTEMD = 1

If I omit it completely, it works:

$ ./configure
...
configure: checking for Systemd...
checking for --with-systemd... no
...
$ grep ^WITH_SYSTEMD Makefile
WITH_SYSTEMD = 0

For reference, here's with --with-systemd:

$ ./configure --with-systemd
...
configure: checking for Systemd...
checking for --with-systemd... using systemd native features
checking for --with-journald... no
checking for SYSTEMD... yes
...
$ grep ^WITH_SYSTEMD Makefile
WITH_SYSTEMD = 1

Package Version and Platform

389-ds-base-1.4.x


Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Issue priority set to: normal
- Issue set to the milestone: 1.4.4

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/4292

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

Metadata