summaryrefslogtreecommitdiff
path: root/package/icecast/patches/patch-m4_xiph_curl_m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-20 17:20:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-20 17:20:42 +0100
commit6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (patch)
treee54ce758c6e694253b2a9238c4e14c2d40310c29 /package/icecast/patches/patch-m4_xiph_curl_m4
parent0097a8249ca2d1a498b457019db15d3540a259f3 (diff)
parent3aa3f2fc1f6272b36726d9ea7ee20f6ff08ae868 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/icecast/patches/patch-m4_xiph_curl_m4')
-rw-r--r--package/icecast/patches/patch-m4_xiph_curl_m411
1 files changed, 0 insertions, 11 deletions
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 <curl/curl.h>
- int main()
- {