From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/icecast/patches/patch-m4_xiph_curl_m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create 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 new file mode 100644 index 000000000..b88806380 --- /dev/null +++ b/package/icecast/patches/patch-m4_xiph_curl_m4 @@ -0,0 +1,12 @@ +$Id$ +--- 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