Configure: Fix non-working libbsd usage when explicitly requested
commit308b9f4975e04e7c272035c90ad03294b7da0729
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 4 Sep 2021 17:05:24 +0000 (4 19:05 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 4 Sep 2021 18:03:53 +0000 (4 19:03 +0100)
treeb74982abe3063c365ecfa59eadb5eed9bb9efda2
parent1d1c90412603171024708231b7a39bea085c4abc
Configure: Fix non-working libbsd usage when explicitly requested

Due to a missing comma, in the AS_IF the action run-if-false is actually
merged with run-if-true action, which means that with_libbsd is always
empty when user provides --with[out]-libbsd.
configure.ac