Skip to content

configure.ac: Improve C99 compatibility of __progname check

Florian Weimer requested to merge fweimer/libbsd:c99 into main

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.)

Related to:

Merge request reports