Commit 21546571 authored by Wayne Davison's avatar Wayne Davison

Make sure ICONV_OPTION is unset if we didn't find iconv_open()

and iconv.h.
parent 6be5ac61
......@@ -377,6 +377,9 @@ enum msgcode {
#ifdef ICONV_CONST
#undef ICONV_CONST
#endif
#ifdef ICONV_OPTION
#undef ICONV_OPTION
#endif
#ifdef iconv_t
#undef iconv_t
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment