]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Improve C99 compatibility of __progname configure check
authorFlorian Weimer <fweimer@redhat.com>
Tue, 13 Dec 2022 02:37:06 +0000 (03:37 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 13 Dec 2022 02:49:29 +0000 (03:49 +0100)
commit5dea9da38d9e657c10de099bce68c12fc38a39dc
treee51ab1ab9fefc7430e5536936d7c40e9e4e1b93f
parentb9bf42ddc3c428c7d31f1fbf68bdf6e6542f1bbe
build: Improve C99 compatibility of __progname configure check

The check uses printf, so it needs to include <stdio.h> for
compilers which do not support implicit function declarations.
(They were removed from C99.)

Closes: !23
Signed-off-by: Guillem Jover <guillem@hadrons.org>
configure.ac