summaryrefslogtreecommitdiff
path: root/package/icecast/patches/patch-m4_xiph_curl_m4
blob: 5c6abbce6fce07595c8496283a4b548d1e4c45cb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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()
 {