]> git.ipfire.org Git - thirdparty/shadow.git/commit
configure: Move AC_ARG_ENABLE. It cannot be conditional.
authorEvgeny Grin (Karlson2k) <k2k@drgrin.dev>
Sat, 12 Jul 2025 15:11:05 +0000 (17:11 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sat, 19 Jul 2025 04:42:33 +0000 (06:42 +0200)
commit08ec7536e48577214f61239e53c2e9685aee79f2
treedf6666a0ce3135fccfc0cdd7783b8cb5c7794341
parent630fb7ece1f731cb7ba85064d3568c9e130c9fbd
configure: Move AC_ARG_ENABLE. It cannot be conditional.

AC_ARG_ENABLE() expands to nothing where it is used, but adds arguments
parsing, help message and other related things.
It does not make any sense to put this macro into if branch.  It may
also confuse the reader.

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