You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/12/22 22:03:55 UTC

cvs commit: apr/build apr_hints.m4

trawick     2003/12/22 13:03:55

  Modified:    build    apr_hints.m4
  Log:
  the iconv hint is picked up from apr-util/apu-hints.m4, not
  from this file
  
  Revision  Changes    Path
  1.55      +0 -2      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- apr_hints.m4	20 Nov 2003 13:22:40 -0000	1.54
  +++ apr_hints.m4	22 Dec 2003 21:03:55 -0000	1.55
  @@ -61,7 +61,6 @@
             APR_SETIFNULL(AIX_XLC, [yes])
             APR_ADDTO(CFLAGS, [-qHALT=E])
           fi
  -	APR_SETIFNULL(apr_iconv_inbuf_const, [1])
   	APR_SETIFNULL(apr_sysvsem_is_global, [yes])
   	APR_ADDTO(LDFLAGS, [-Wl,-brtl])
           ;;
  @@ -191,7 +190,6 @@
       *-solaris2*)
       	PLATOSVERS=`echo $host | sed 's/^.*solaris2.//'`
   	APR_ADDTO(CPPFLAGS, [-DSOLARIS2=$PLATOSVERS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT])
  -	APR_SETIFNULL(apr_iconv_inbuf_const, [1])
   	;;
       *-sunos4*)
   	APR_ADDTO(CPPFLAGS, [-DSUNOS4])