[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-c-commits
Subject:    [Wsf-c-commits] svn commit r24728 -
From:       sanjaya () wso2 ! com
Date:       2008-11-24 13:44:42
Message-ID: E1L4bk2-0003uP-U1 () wso2 ! org
[Download RAW message or body]

Author: sanjaya
Date: Mon Nov 24 05:44:42 2008
New Revision: 24728
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24728

Log:
Fixed build break


Modified:
   trunk/wsf/php/build/wsf_c/axis2c/axiom/configure.ac

Modified: trunk/wsf/php/build/wsf_c/axis2c/axiom/configure.ac
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/php/build/wsf_c/axis2c/axiom/configure.ac?rev=24728&r1=24727&r2=24728&view=diff
 ==============================================================================
--- trunk/wsf/php/build/wsf_c/axis2c/axiom/configure.ac	(original)
+++ trunk/wsf/php/build/wsf_c/axis2c/axiom/configure.ac	Mon Nov 24 05:44:42 2008
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2_axiom-src, 1.4.0)
+AC_INIT(axis2_axiom-src, 1.5.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
@@ -114,6 +114,22 @@
   AC_MSG_RESULT(no)
 )
 
+AC_MSG_CHECKING(whether to build xpath)
+AC_ARG_ENABLE(xpath, [  --enable-xpath    build xpath. default=yes],
+[ case "${enableval}" in
+  no)
+    AC_MSG_RESULT(no)
+    ;;
+  *)
+    AC_MSG_RESULT(yes)
+    XPATH_DIR="xpath"
+
+    ;;
+  esac ],
+  AC_MSG_RESULT(yes)
+  XPATH_DIR="xpath"
+)
+
 AC_MSG_CHECKING(whether to build tests)
 AC_ARG_ENABLE(tests, [  --enable-tests    build tests. default=no],
 [ case "${enableval}" in
@@ -142,6 +158,7 @@
 AC_SUBST(WRAPPER_DIR)
 AC_SUBST(GUTHTHILA_LIBS)
 AC_SUBST(TESTDIR)
+AC_SUBST(XPATH_DIR)
 
 AC_CONFIG_FILES([Makefile \
     src/Makefile \
@@ -152,10 +169,12 @@
     src/om/Makefile \
     src/util/Makefile \
     src/attachments/Makefile \
+    src/xpath/Makefile \
     test/Makefile \
     test/om/Makefile \
     test/soap/Makefile \
     test/util/Makefile \
+    test/xpath/Makefile \
     include/Makefile
     ])
     

_______________________________________________
Wsf-c-commits mailing list
Wsf-c-commits@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic