diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-24 13:54:30 -0800 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-24 13:54:30 -0800 |
commit | c563d5a3327292c146e7359b82692565aa240b32 (patch) | |
tree | eff92967a4efd06d078612817a16b0c3d9bec45e /doc/install.texi | |
parent | eecdba860fb089c9cfbce1ad8813be5ea744a195 (diff) | |
download | gnulib-c563d5a3327292c146e7359b82692565aa240b32.tar.gz |
autoupdate
Diffstat (limited to 'doc/install.texi')
-rw-r--r-- | doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.texi b/doc/install.texi index f4c8c4caaa..d498639ff8 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -188,7 +188,7 @@ not installed, it is recommended to use the following options in order to use an ANSI C compiler: @example -./configure CC="cc -Ae" +./configure CC="cc -Ae -D_XOPEN_SOURCE=500" @end example @noindent |