You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2007/09/04 08:14:41 UTC

svn commit: r572542 - /webservices/axis2/trunk/c/INSTALL

Author: dushshantha
Date: Mon Sep  3 23:14:41 2007
New Revision: 572542

URL: http://svn.apache.org/viewvc?rev=572542&view=rev
Log:
corected configure options for samples

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=572542&r1=572541&r2=572542&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Mon Sep  3 23:14:41 2007
@@ -116,8 +116,7 @@
 
         export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/axis2c/lib/
         cd samples
-        ./configure --prefix=${AXIS2C_HOME} --with-axis2_util=${AXIS2C_HOME}/include/axis2-1.0
-            --with-axiom=${AXIS2C_HOME}/include/axis2-1.0
+        ./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.1
         make
         sudo make install
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org