]> granicus.if.org Git - apache/commit
Unless I'm missing something obvious, apr-iconv never needs to be it's
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)
commit52f0e14a0f52daec47a008806e1988bc9ea84d2b
treef7627876c6f37fe1d522fa30aaccbe90de821f4c
parent744bfc2dc800207a7bcf07161e9374e8f07e5af2
  Unless I'm missing something obvious, apr-iconv never needs to be it's
  own .dll/.so library.  In the case of libapriconv, we need to anticipate
  that the library will be incorporated into libaprutil and exposed through
  the apr_xlate_() API.  In the case of the aprutil we can use the same
  approach.

  After this patch, one never includes the libapriconv or apriconv in any
  application.  Including libaprutil or aprutil is sufficient.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96133 13f79535-47bb-0310-9956-ffa450edef68
Apache.dsw