You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/03/12 07:49:31 UTC

cvs commit: logging-log4cxx build.xml

carnold     2005/03/11 22:49:31

  Modified:    .        build.xml
  Log:
  LOGCXX-10: no wchar_t, linux check
  
  Revision  Changes    Path
  1.51      +1 -2      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	12 Mar 2005 06:37:27 -0000	1.50
  +++ build.xml	12 Mar 2005 06:49:31 -0000	1.51
  @@ -178,7 +178,6 @@
       <property name="project.dir" value="cbx"/>
       <property name="compiler" value="g++"/>
       <property name="lib-suffix" value=""/>
  -    <property name="has-iconv" value="true"/>
       <condition property="has-expat" value="true">
            <not><isset property="is-mac"/></not>
       </condition>
  @@ -618,7 +617,7 @@
           <libset libs="stdc++" if="is-gcc"/>
           <libset libs="cw32mt" if="is-bcc"/>
           <libset libs="xml2" if="is-unix"/>
  -        <libset libs="iconv" if="is-unix"/>
  +        <libset libs="iconv" if="has-iconv"/>
           <libset libs="${apr.lib.name}${lib-suffix}" dir="${apr.lib.dir}" if="apr.lib.dir"/>
           <libset libs="${apr.lib.name}${lib-suffix}" unless="apr.lib.dir"/>
           <libset libs="${apriconv.lib.name}${lib-suffix}"