Author: shankar
Date: Wed Mar 3 10:10:54 2010
New Revision: 918380
URL: http://svn.apache.org/viewvc?rev=918380&view=rev
Log:
Fixing documentation for issue AXIS2C-1240
Modified:
axis/axis2/c/core/trunk/xdocs/docs/axis2c_manual.html
Modified: axis/axis2/c/core/trunk/xdocs/docs/axis2c_manual.html
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/xdocs/docs/axis2c_manual.html?rev=918380&r1=918379&r2=918380&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/xdocs/docs/axis2c_manual.html (original)
+++ axis/axis2/c/core/trunk/xdocs/docs/axis2c_manual.html Wed Mar 3 10:10:54
2010
@@ -1686,10 +1686,10 @@
on your machine. Then
you can start building with SSL client support. This can be achieved on
Linux
-by configuring Axis2/C with the <code>--enable-openssl=yes</code>
+by configuring Axis2/C with the <code>--with-openssl=[path to Openssl
installation directory]</code>
option.</p>
<p>Example <code><br />
-%./configure --enable-openssl=yes --prefix=${AXIS2C_HOME}/deploy<br />
+%./configure --with-openssl=/opt/openssl --prefix=${AXIS2C_HOME}/deploy<br />
%make<br />
%make install<br />
</code></p>