summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-17 21:52:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-17 21:52:34 -0800
commit441f524c0733208c22dd5c38091070abd4063ae6 (patch)
tree9973d17ac80533dcc52b93de78607492bfaf7b0d /configure
parent001920e1750a6fa121552fcbcb6c8bcbe5a2460e (diff)
downloadtxr-441f524c0733208c22dd5c38091070abd4063ae6.tar.gz
txr-441f524c0733208c22dd5c38091070abd4063ae6.tar.bz2
txr-441f524c0733208c22dd5c38091070abd4063ae6.zip
More removal of C99 wide character I/O, and tightening up
of standard conformance.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3ca925dd..1777b44d 100755
--- a/configure
+++ b/configure
@@ -109,7 +109,7 @@ lex=${lex-'$(cross)$(tool_prefix)flex'}
lexlib=${lexlib--lfl}
yacc=${yacc-'$(cross)$(tool_prefix)yacc'}
opt_flags=${opt_flags--O2}
-lang_flags=${lang_flags--ansi -D_GNU_SOURCE}
+lang_flags=${lang_flags--ansi -std=c89 -D_POSIX_C_SOURCE=2}
diag_flags=${diag_flags--Wall}
debug_flags=${debug_flags--g}
lex_dbg_flags=${lex_dbg_flags-}