From 1d0c46287d508236506ee59417e8da05c0cee3e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2010 00:54:12 +0100 Subject: avoid autotools usage on host system There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. --- package/icecast/patches/patch-m4_xiph_curl_m4 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/icecast/patches/patch-m4_xiph_curl_m4 (limited to 'package/icecast/patches/patch-m4_xiph_curl_m4') diff --git a/package/icecast/patches/patch-m4_xiph_curl_m4 b/package/icecast/patches/patch-m4_xiph_curl_m4 deleted file mode 100644 index 5c6abbce6..000000000 --- a/package/icecast/patches/patch-m4_xiph_curl_m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- icecast-2.3.2.orig/m4/xiph_curl.m4 2008-04-19 03:54:26.000000000 +0200 -+++ icecast-2.3.2/m4/xiph_curl.m4 2008-08-29 12:34:17.000000000 +0200 -@@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok - AC_MSG_CHECKING(for libcurl) - if test "$curl_ok" = "yes" - then -- AC_RUN_IFELSE(AC_LANG_SOURCE([ -+ AC_LINK_IFELSE(AC_LANG_SOURCE([ - #include - int main() - { -- cgit v1.2.3