Skip to content

Commit

Permalink
build: remove D__STDC_FORMAT_MACROS from CPPFLAGS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fanquake committed Nov 15, 2021
1 parent dbfca4a commit 5b93e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ CXXFLAGS="$TEMP_CXXFLAGS"

fi

CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO"

AC_ARG_WITH([utils],
[AS_HELP_STRING([--with-utils],
Expand Down

0 comments on commit 5b93e65

Please sign in to comment.