From: Emil Velikov <emil.veli...@collabora.com> Analogous to previous commit(s), with a minor detail - here we set the macros when building both C and C++ sources.
Resolving that is a more challenging task that we'll sort out another day. Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64ace9dbcb..5f98c57d78 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ _SAVE_LDFLAGS="$LDFLAGS" _SAVE_CPPFLAGS="$CPPFLAGS" dnl Compiler macros -DEFINES="-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS" +DEFINES="-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" AC_SUBST([DEFINES]) android=no case "$host_os" in -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev