aboutsummaryrefslogtreecommitdiff
path: root/multimedia/icecast/patches/010-fix_libcurl_test_crap.patch
blob: 8da6e33b657807d1e55a89f0cdd160e06c93b361 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/m4/xiph_curl.m4
+++ b/m4/xiph_curl.m4
@@ -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_COMPILE_IFELSE(AC_LANG_SOURCE([
 #include <curl/curl.h>
 int main()
 {