Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: correctly handle systemd versions before 245
PKG_CHECK_MODULES macros need to have unique prefixes, or the latter ones are ignored. In configure.ac we were checking for SYSTEMD_JOURNAL twice, once for the presence of systemd in general, then again for namespace support. However, since the first call would already set the variables, the second check would re-use those. This results in namespace support getting enabled in systemd versions that don't support it, and the build failing.
- Loading branch information