From 9ac1698bc322236e503ad8df7411e4cb6e521199 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 4 Jun 2014 21:46:23 -0700 Subject: * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L. This is subsumed by -D_XOPEN_SOURCE=500. --- ChangeLog | 5 +++++ configure | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0b83569..deb83046 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-04 Kaz Kylheku + + * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L. + This is subsumed by -D_XOPEN_SOURCE=500. + 2014-06-04 Kaz Kylheku * configure: Typo in diagnostic output: wspawnlp. diff --git a/configure b/configure index c112b7f7..9c3a8dd8 100755 --- a/configure +++ b/configure @@ -97,7 +97,7 @@ yacc='$(cross)$(tool_prefix)$(yaccname)' yacc_given= nm='$(cross)$(tool_prefix)nm' opt_flags=-O2 -lang_flags='-ansi -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309L' +lang_flags='-ansi -D_BSD_SOURCE -D_XOPEN_SOURCE=500' diag_flags='-Wall -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=strict-prototypes' debug_flags=-g inline= -- cgit v1.2.3