Don't assume iconv is enabled. I didn't realize there was a configuration
control to turn it off and it wasn't being respected. Pointed out by: gshapiro
This commit is contained in:
parent
1838fc920f
commit
92ec33c978
@ -122,7 +122,7 @@
|
||||
#define APU_HAVE_NSS 0
|
||||
|
||||
#define APU_HAVE_APR_ICONV 0
|
||||
#define APU_HAVE_ICONV 1
|
||||
#define APU_HAVE_ICONV 0
|
||||
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
|
||||
|
||||
#endif /* APU_H */
|
||||
|
@ -41,7 +41,7 @@
|
||||
/* #undef HAVE_FREETDS_SYBDB_H */
|
||||
|
||||
/* Define to 1 if you have the <iconv.h> header file. */
|
||||
#define HAVE_ICONV_H 1
|
||||
/* #undef HAVE_ICONV_H */
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
Loading…
Reference in New Issue
Block a user