diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2003-12-22 22:13:07 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2003-12-22 22:13:07 +0000 |
commit | 468f159abf673c01818dfb26a575b547f62889a4 (patch) | |
tree | a73da1d7cc4ca626df59d0158be2bb7a227faa47 /build | |
parent | f19867a680605550ee820be158ee6d6d078d31c7 (diff) | |
download | libapr-468f159abf673c01818dfb26a575b547f62889a4.tar.gz |
the iconv hint is picked up from apr-util/apu-hints.m4, not
from this file
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/apr_hints.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4 index bb99a998b..52b551798 100644 --- a/build/apr_hints.m4 +++ b/build/apr_hints.m4 @@ -61,7 +61,6 @@ if test "x$apr_preload_done" != "xyes" ; then 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 @@ dnl # Not a problem in 10.20. Otherwise, who knows? *-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]) |