]> git.ipfire.org Git - thirdparty/shadow.git/commit
configure: Document --enable-logind behaviour correctly
authorEvgeny Grin (Karlson2k) <k2k@drgrin.dev>
Sun, 20 Jul 2025 09:12:40 +0000 (11:12 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sat, 2 Aug 2025 10:09:13 +0000 (12:09 +0200)
commitccc40e7d72cb0e2cf439484afb65449658db7da7
tree511ef89bbfcf1cf8f7cc468969f1b33c7de8ab18
parent1f617f8aa76b27de547adb34952633a7d2c85068
configure: Document --enable-logind behaviour correctly

The code does not enabled logind unconditionally by default.  Instead
configure checks for logind (libsystemd) availability and enables it
only if found.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
configure.ac