summaryrefslogtreecommitdiffstats
path: root/xdocs
diff options
context:
space:
mode:
authorGravatar shankar2010-03-03 10:10:54 +0000
committerGravatar shankar2010-03-03 10:10:54 +0000
commit08f111edcbc9bb7069f683226adb67bbb26f630e (patch)
tree0558db0981b46f29c6ba762e2940ac3476c74435 /xdocs
parent86e9e8dee6c69c3c8a678adb5dda4709f096ee6f (diff)
downloadaxis2c-08f111edcbc9bb7069f683226adb67bbb26f630e.tar.gz
axis2c-08f111edcbc9bb7069f683226adb67bbb26f630e.tar.bz2
Fixing documentation for issue AXIS2C-1240
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs')
-rw-r--r--xdocs/docs/axis2c_manual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdocs/docs/axis2c_manual.html b/xdocs/docs/axis2c_manual.html
index 0c0f649..abc4e22 100644
--- a/xdocs/docs/axis2c_manual.html
+++ b/xdocs/docs/axis2c_manual.html
@@ -1686,10 +1686,10 @@ installed <a href="http://www.openssl.org/" class="externalLink" title="External
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>