patch-configure_ac.orig 462 B

1234567891011
  1. --- weechat-0.4.2.orig/configure.ac 2013-10-06 08:58:14.000000000 +0200
  2. +++ weechat-0.4.2/configure.ac 2013-11-07 10:05:15.000000000 +0100
  3. @@ -242,7 +242,7 @@ if test "x$ac_found_iconv_header" = "xye
  4. LIBS="$LIBS $ICONV_LFLAGS"
  5. fi
  6. AC_MSG_CHECKING(for iconv usability in programs)
  7. - AC_TRY_RUN([
  8. + AC_TRY_LINK([
  9. #include <iconv.h>
  10. int main(int argc, char **argv) {
  11. iconv_t conv = iconv_open("ISO8859-1", "UTF-8");