[EMAIL PROTECTED] wrote:
-
+/* Allow external override */
+#if !defined(APU_HAS_XLATE)
#define APU_HAVE_APR_ICONV 1
#define APU_HAVE_ICONV 0
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
+#endif
-1 veto. Please revert.
Installed (finalized) c language headers cannot be volitile based on
environmental factors. It's the #1 source of my wasted time (not in ASF
projects, specificially).
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?
Bill