15bb53483af07024b2d10d780877f2b7e5983b9e
[openwrt/svn-archive/archive.git] / net / icecast / patches / 010-fix_libcurl_test_crap.patch
1 --- a/m4/xiph_curl.m4
2 +++ b/m4/xiph_curl.m4
3 @@ -52,7 +52,7 @@
4 AC_MSG_CHECKING(for libcurl)
5 if test "$curl_ok" = "yes"
6 then
7 - AC_RUN_IFELSE(AC_LANG_SOURCE([
8 + AC_COMPILE_IFELSE(AC_LANG_SOURCE([
9 #include <curl/curl.h>
10 int main()
11 {