build: drop obsolete autoconf macro
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 3 Oct 2024 13:58:06 +0000 (15:58 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 7 Oct 2024 08:06:27 +0000 (10:06 +0200)
commited7ffe83627b804af1a644c5df9c66ebcec2d28c
treea6ba42dae012222ae78a18559bf860042345b6b8
parent07c5c49862961f24863128c46de41dbd1b1c7e16
build: drop obsolete autoconf macro

AC_HEADER_STDC is deprecated and should be replaced with
AC_CHECK_INCLUDES_DEFAULT. We haven't done this until now because the
latter is only available since autoconf v2.71. We kept supporting v2.69
for the sake of Debian stable but it has since upgraded to autoconf v2.71
so we update configure.ac as well and fix an autoconf warning.

Link: https://lore.kernel.org/r/20241003135806.41934-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
configure.ac