flickcurl icon indicating copy to clipboard operation
flickcurl copied to clipboard

configure: Include <stdio.h> in vsnprintf check

Open fweimer-rh opened this issue 2 years ago • 0 comments

Avoid implicit declaration of vsnprintf for improved C99 compatibility. Otherwise the configure script will fail to detect vsnprintf support with future compilers which do not support implicit function declarations.

Related to:

  • https://fedoraproject.org/wiki/Changes/PortingToModernC
  • https://fedoraproject.org/wiki/Toolchain/PortingToModernC

fweimer-rh avatar Jan 13 '23 08:01 fweimer-rh