summaryrefslogtreecommitdiff
path: root/package/weechat/patches/patch-configure_ac.orig
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
commit24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch)
treecec2d85b768a617ae371837eec7069e7f155e568 /package/weechat/patches/patch-configure_ac.orig
parentf377248abda877e2a945f4152e3e57bbaaeec1ca (diff)
parent7260a427d88f1cbfcd8534c5f7805b4b56efb544 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/weechat/patches/patch-configure_ac.orig')
-rw-r--r--package/weechat/patches/patch-configure_ac.orig11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/weechat/patches/patch-configure_ac.orig b/package/weechat/patches/patch-configure_ac.orig
deleted file mode 100644
index 99b187ce6..000000000
--- a/package/weechat/patches/patch-configure_ac.orig
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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");