diff --git a/util/autotools.sh b/util/autotools.sh index 9bf8117..356593c 100644 --- a/util/autotools.sh +++ b/util/autotools.sh @@ -12,6 +12,8 @@ run_configure() { ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes \ + hw_cv_func_vsnprintf_c99=yes \ + hw_cv_func_snprintf_c99=yes \ CFLAGS="$cflags" LDFLAGS="$ldflags" \ $srcdir/configure --prefix="" --build="$HOSTTUPLE" --host="$TARGET" \ --bindir="/bin" --sbindir="/bin" --sysconfdir="/etc" \