summaryrefslogtreecommitdiff
path: root/doc/install.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-24 13:54:30 -0800
committerKarl Berry <karl@freefriends.org>2008-12-24 13:54:30 -0800
commitc563d5a3327292c146e7359b82692565aa240b32 (patch)
treeeff92967a4efd06d078612817a16b0c3d9bec45e /doc/install.texi
parenteecdba860fb089c9cfbce1ad8813be5ea744a195 (diff)
downloadgnulib-c563d5a3327292c146e7359b82692565aa240b32.tar.gz
autoupdate
Diffstat (limited to 'doc/install.texi')
-rw-r--r--doc/install.texi2
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