[icecast] import from old packages

Signed-off-by: André Gaul <gaul@web-yard.de>
This commit is contained in:
André Gaul
2014-07-25 12:45:45 +02:00
parent 4afd842800
commit bc74b173d7
4 changed files with 298 additions and 0 deletions
@@ -0,0 +1,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()
{