]> git.ipfire.org Git - thirdparty/shadow.git/commit
configure: Fix quoting of the "#" symbol
authorEvgeny Grin (Karlson2k) <k2k@drgrin.dev>
Sat, 12 Jul 2025 15:19:09 +0000 (17:19 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sat, 19 Jul 2025 04:42:33 +0000 (06:42 +0200)
commitc458839aa6769b0c9437052e922fca389ac54a43
tree68aff52bccfe8fc830744b83352b44bba6e378a7
parent08ec7536e48577214f61239e53c2e9685aee79f2
configure: Fix quoting of the "#" symbol

[[]] means "use literally, without expansion and substitution".
# symbol potentially could be interpreted as a comment.
Also fixed one check with indented " #include <security/pam_appl.h>"
which is not correct C syntax.

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