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 sa...@apache.org on 2005/01/05 04:11:58 UTC

cvs commit: ws-axis/c configure.ac

samisa      2005/01/04 19:11:58

  Modified:    c        configure.ac
  Log:
  Made tspp build optional.
  
  Revision  Changes    Path
  1.64      +2 -2      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- configure.ac	31 Dec 2004 08:18:02 -0000	1.63
  +++ configure.ac	5 Jan 2005 03:11:58 -0000	1.64
  @@ -78,7 +78,7 @@
   )
   
   AC_MSG_CHECKING(whether to build tspp xml parser library)
  -AC_ARG_ENABLE(tspp, [  --enable-tspp    build tspp xml parser library. default=yes],
  +AC_ARG_ENABLE(tspp, [  --enable-tspp    build tspp xml parser library. default=no],
   [ case "${enableval}" in
     no)
       AC_MSG_RESULT(no)
  @@ -91,7 +91,7 @@
       ;;
     esac ],
     AC_MSG_RESULT(no)
  -  TSPPBUILD="tspp"
  +  TSPPBUILD=""
   )
   
   AC_MSG_CHECKING(whether to build test cases)