Skip to content

Commit 5b93e65

Browse files
committed
build: remove D__STDC_FORMAT_MACROS from CPPFLAGS
This was used to expose additional formatting macros in glibs / std libs. However this is no-longer required now that we require glibc 2.18+. See https://sourceware.org/bugzilla/show_bug.cgi?id=15366.
1 parent dbfca4a commit 5b93e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ CXXFLAGS="$TEMP_CXXFLAGS"
581581

582582
fi
583583

584-
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"
584+
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO"
585585

586586
AC_ARG_WITH([utils],
587587
[AS_HELP_STRING([--with-utils],

0 commit comments

Comments
 (0)