William A. Rowe, Jr. wrote:
> William A. Rowe, Jr. wrote:
>>
>> Shall we set up an appropriate perl/python/awk script which accepts
>> --with-iconv and can direct it at apr-iconv, libiconv for the gnuish
>> folk or something else altogether?
>
> Of course --without-iconv is one of those legitimate somethings ;-)
>
> But that results in an absolute
>
> #define APU_HAVE_APR_ICONV 0
> #define APU_HAVE_ICONV 0
>

Right, but in that case we have:
#else /* !APR_HAS_XLATE */

APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset,
                                         const char *topage,
                                         const char *frompage,
                                         apr_pool_t *pool)
{
    return APR_ENOTIMPL;
}

> with no ambiguity.
>

And that's legitimate.
In other case the apu build should fail I suppose.

Regards,
Mladen.

Reply via email to