validator/htdocs/docs install.html,1.36,1.37

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv19260/htdocs/docs

Modified Files:
	install.html 
Log Message:
Fix OpenSP ./configure options, thanks to Antti Kanes for pointing it out.

Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- install.html	7 Aug 2008 20:16:23 -0000	1.36
+++ install.html	27 Oct 2008 16:25:31 -0000	1.37
@@ -92,7 +92,7 @@
 	 <p>Run the following as root/administrator, or under sudo</p>
 	 <pre>
 [unpack opensp]
-./configure --enable-http --disable-docs-build
+./configure --enable-http --disable-doc-build
 make
 make install
 </pre>

Received on Monday, 27 October 2008 16:25:43 UTC