summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-04 21:46:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-04 21:46:23 -0700
commit9ac1698bc322236e503ad8df7411e4cb6e521199 (patch)
tree18055ed12c6031ad201e0cf61cb7f351e2b44499 /configure
parent05a0e1c2f2f55bebbe9b174dc8b925fe8047cca5 (diff)
downloadtxr-9ac1698bc322236e503ad8df7411e4cb6e521199.tar.gz
txr-9ac1698bc322236e503ad8df7411e4cb6e521199.tar.bz2
txr-9ac1698bc322236e503ad8df7411e4cb6e521199.zip
* configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L.
This is subsumed by -D_XOPEN_SOURCE=500.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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=