Add a #ifndef around the HAVE_ICONV settings since it is supplied
by the Makefile.
This commit is contained in:
parent
92ec33c978
commit
2e1f24485a
@ -122,7 +122,9 @@
|
||||
#define APU_HAVE_NSS 0
|
||||
|
||||
#define APU_HAVE_APR_ICONV 0
|
||||
#ifndef APU_HAVE_ICONV
|
||||
#define APU_HAVE_ICONV 0
|
||||
#endif
|
||||
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
|
||||
|
||||
#endif /* APU_H */
|
||||
|
Loading…
Reference in New Issue
Block a user