You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2008/03/27 17:46:20 UTC

svn commit: r641882 - /webservices/axis2/trunk/c/configure.ac

Author: pini
Date: Thu Mar 27 09:46:19 2008
New Revision: 641882

URL: http://svn.apache.org/viewvc?rev=641882&view=rev
Log:
Making guththila as default parser

Modified:
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=641882&r1=641881&r2=641882&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Mar 27 09:46:19 2008
@@ -133,7 +133,7 @@
 
 AC_MSG_CHECKING(whether to build libxml2 xml parser library)
 AC_ARG_ENABLE(libxml2, [  --enable-libxml2    
-                          build Libxml2 XML parser library wrapper (default=yes)],
+                          build Libxml2 XML parser library wrapper (default=no)],
 [ case "${enableval}" in
   no)
     AC_MSG_RESULT(no)
@@ -147,8 +147,7 @@
     LDFLAGS="$LDFLAGS $PARSER_LIBS"
     ;;
   esac ],
-  AC_MSG_RESULT(yes)
-  WRAPPER_DIR="libxml2"
+  AC_MSG_RESULT(no)
 )
 
 
@@ -156,7 +155,7 @@
 
 AC_MSG_CHECKING(whether to build guththila xml parser library)
 AC_ARG_ENABLE(guththila, [  --enable-guththila    
-                          build Guththila XML parser library wrapper (default=no)],
+                          build Guththila XML parser library wrapper (default=yes)],
 [ case "${enableval}" in
   no)
     AC_MSG_RESULT(no)
@@ -165,16 +164,14 @@
     AC_MSG_RESULT(yes)
     CFLAGS="$CFLAGS -DAXIS2_GUTHTHILA_ENABLED"
     WRAPPER_DIR="guththila"
-    if test -d $srcdir/guththila; then
-        AC_CONFIG_SUBDIRS(guththila)
-    fi
-    
-    GUTHTHILA_LIBS="/guththila/src/"
-    GUTHTHILA_DIR="guththila"
-    
+   
     ;;
   esac ],
-  AC_MSG_RESULT(no)
+  AC_MSG_RESULT(yes)
+  WRAPPER_DIR="guththila"
+  AC_CONFIG_SUBDIRS(guththila)
+  GUTHTHILA_LIBS="/guththila/src/"
+  GUTHTHILA_DIR="guththila"
 )
 
 AC_MSG_CHECKING(whether to build tcp transport)



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