Ignore:
Timestamp:
Nov 16, 2016, 9:08:05 AM (8 years ago)
Author:
Silvan Scherrer
Message:

libpsl: adjust the usual m4 files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified libpsl/trunk/m4/iconv.m4

    r1815 r1819  
    127127  }
    128128#endif
     129#ifndef __OS2__ /* This bug could be worked around by the caller.  */
    129130  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
    130131     provided.  */
     
    138139      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
    139140    return 1;
     141#endif
    140142  return 0;
    141143}], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no],
Note: See TracChangeset for help on using the changeset viewer.