build: fix configure error messages on missing functions
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 9 Apr 2024 08:18:18 +0000 (10:18 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 10 Apr 2024 07:46:36 +0000 (09:46 +0200)
commit6c3d0b644c5622dbe732df27b1babb758a17acbe
treeb57ed306c0a200397227ff63081549af56cd66f3
parent9845bf82d978a6ad9143ed397591687195881852
build: fix configure error messages on missing functions

Fix three incorrect messages that report missing library functions as
required to build the core library when they are actually needed to build
the gpio-tools.

Fixes: 9e69d7552cf2 ("configure: improve the header and library function checks")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
configure.ac