Commit a44a5b863aaae98041e11aa3256907bf912ee4d6

Tom Tromey 2016-05-17T17:07:27

Merge pull request #234 from berkerpeksag/disable-docs Add a note about the --disable-docs switch

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README b/README
index c072101..b4c6db6 100644
--- a/README
+++ b/README
@@ -144,6 +144,9 @@ will add some extra code which will suppress certain warnings when you
 are using Purify with libffi. Only use this switch when using 
 Purify, as it will slow down the library.
 
+If you don't want to build documentation, use the --disable-docs
+configure switch.
+
 It's also possible to build libffi on Windows platforms with
 Microsoft's Visual C++ compiler.  In this case, use the msvcc.sh
 wrapper script during configuration like so: