mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
applying curl fix for win32 from master
17a3e5932cde41df7c4c1d0f42919c9ddfb99274
This commit is contained in:
parent
1a3fd18cd4
commit
9f43bf78f9
@ -58,7 +58,7 @@ int main()
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
]),,[curl_ok="no"])
|
]),,[curl_ok="no"],[curl_ok="yes"])
|
||||||
fi
|
fi
|
||||||
if test "$curl_ok" = "yes"; then
|
if test "$curl_ok" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user