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