1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Merge branch 'master' into libd

This commit is contained in:
Witold Filipczyk 2023-03-24 15:38:59 +01:00
commit 8de9f9dcea

View File

@ -390,7 +390,7 @@ void foo(const char *format, ...) {
exit(0);
}
main() { foo("hello\n"); }
int main() { foo("hello\n"); }
]])],[el_cv_HAVE_C99_VSNPRINTF=yes],[el_cv_HAVE_C99_VSNPRINTF=no],[el_cv_HAVE_C99_VSNPRINTF=cross])])
if test x"$el_cv_HAVE_C99_VSNPRINTF" = x"yes"; then
EL_DEFINE(HAVE_C99_VSNPRINTF, [C99 compliant vsnprintf()])