Changeset 1819 for libpsl/trunk/m4/iconv.m4
- Timestamp:
- Nov 16, 2016, 9:08:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libpsl/trunk/m4/iconv.m4 ¶
r1815 r1819 127 127 } 128 128 #endif 129 #ifndef __OS2__ /* This bug could be worked around by the caller. */ 129 130 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 130 131 provided. */ … … 138 139 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 139 140 return 1; 141 #endif 140 142 return 0; 141 143 }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no],
Note:
See TracChangeset
for help on using the changeset viewer.