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 2004/10/12 03:59:12 UTC

cvs commit: ws-axis/c configure.ac

samisa      2004/10/11 18:59:12

  Modified:    c        configure.ac
  Log:
  Default build should not build LibWWW transport as it has external dependancy.
  Changed this file to make sure LibWWW transport is not built unless --enable-libwww=yes is
  used with configure.
  
  Revision  Changes    Path
  1.54      +1 -1      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- configure.ac	4 Oct 2004 07:25:11 -0000	1.53
  +++ configure.ac	12 Oct 2004 01:59:12 -0000	1.54
  @@ -149,7 +149,7 @@
       ;;
     esac ],
     AC_MSG_RESULT(no)
  -  LIBWWWBUILD="libwww"
  +  LIBWWWBUILD=""
   )
   
   AC_MSG_CHECKING(whether write to log)