diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2011-08-05 16:59:04 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2011-08-15 13:37:27 -0700 |
commit | c548192cafdf7dfab4cf7e0a0734417ee16f1c94 (patch) | |
tree | 9da83dca962d3a6171bce343b6d3664c230be4dd /docs/autoconf.html | |
parent | 63720114b4234f5522eb8dee8f4b0c0db561a8c3 (diff) |
docs: Remove GLw from the documentation except for a new FAQ entry.
Also remove an outdated reference to GLEW being in tree.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r-- | docs/autoconf.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html index 64bcbd48a6..895cf665c5 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -20,7 +20,6 @@ <li><a href="#library">Library Options</a></li> <ul> <li><a href="#glu">GLU</a></li> - <li><a href="#glw">GLw</a></li> </ul> <li><a href="#demos">Demo Program Options</a></li> </ol> @@ -245,12 +244,6 @@ instructions</a>. on all drivers. This can be disable with the option <code>--disable-glu</code>. </li> - -<a name="glw"> -<li><b><em>GLw</em></b> - The libGLw library will be built by default -if libGLU has been enabled. This can be disable with the option -<code>--disable-glw</code>. -</li> </ul> </p> |