1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

applying curl fix for win32 from master

17a3e5932cde41df7c4c1d0f42919c9ddfb99274
This commit is contained in:
Thomas Ruecker 2015-04-08 11:18:40 +03:00
parent 1a3fd18cd4
commit 9f43bf78f9

View File

@ -58,7 +58,7 @@ int main()
{
return 0;
}
]),,[curl_ok="no"])
]),,[curl_ok="no"],[curl_ok="yes"])
fi
if test "$curl_ok" = "yes"; then
AC_MSG_RESULT(yes)