]> gitweb.michael.orlitzky.com - charm-bypass.git/commit
configure.ac: fix all AC_PATH_PROG checks
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 21:15:49 +0000 (17:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 22:36:23 +0000 (18:36 -0400)
commite8976d987f67e4c1a3b57b823e11327cb9decf23
tree66bb67677a6fc5a21d6fb2a5562be759369d1934
parent69ce276123475fa495aba51fc202b4e41c4a82a5
configure.ac: fix all AC_PATH_PROG checks

The third argument to AC_PATH_PROG is a value to set, not an action to
perform, when the test fails. So all of the existing checks were wrong
and failed to fail when the program is missing. I do this for a
living.
configure.ac