You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by pi...@apache.org on 2008/04/21 10:04:37 UTC

svn commit: r650046 - /webservices/savan/trunk/c/samples/configure.ac

Author: pini
Date: Mon Apr 21 01:04:34 2008
New Revision: 650046

URL: http://svn.apache.org/viewvc?rev=650046&view=rev
Log:
Changed axis2/c include directory to 1.3.1

Modified:
    webservices/savan/trunk/c/samples/configure.ac

Modified: webservices/savan/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/samples/configure.ac?rev=650046&r1=650045&r2=650046&view=diff
==============================================================================
--- webservices/savan/trunk/c/samples/configure.ac (original)
+++ webservices/savan/trunk/c/samples/configure.ac Mon Apr 21 01:04:34 2008
@@ -69,7 +69,7 @@
 [  --with-axis2[=PATH]     Find the AXIS2 header files in 'PATH'.
     'PATH' should point to AXIS2 include files location.
     If you omit the '=PATH' part completely, the configure script will search
-    '$(AXIS2C_HOME)/include/axis2-1.1' for AXIS2 headers.],
+    '$(AXIS2C_HOME)/include/axis2-1.3.1' for AXIS2 headers.],
 [ case "$withval" in
   no)
     AC_MSG_RESULT(no)
@@ -81,7 +81,7 @@
         axis2inc="-I$withval"
     dnl else find the axiom include dir in $(AXIS2C_HOME)/include
     elif test -d '$(AXIS2C_HOME)/include'; then
-        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.1"
+        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.3.1"
     else
         AC_MSG_ERROR(could not find axis2. stop)
     fi