From 08f111edcbc9bb7069f683226adb67bbb26f630e Mon Sep 17 00:00:00 2001 From: shankar Date: Wed, 3 Mar 2010 10:10:54 +0000 Subject: 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 --- xdocs/docs/axis2c_manual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xdocs') 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> -- cgit v1.1-32-gdbae