From 9f43bf78f95535d960870f30867852a96523bc62 Mon Sep 17 00:00:00 2001 From: Thomas Ruecker Date: Wed, 8 Apr 2015 11:18:40 +0300 Subject: [PATCH] applying curl fix for win32 from master 17a3e5932cde41df7c4c1d0f42919c9ddfb99274 --- m4/xiph_curl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/xiph_curl.m4 b/m4/xiph_curl.m4 index f2b49aaf..47f9b75c 100644 --- a/m4/xiph_curl.m4 +++ b/m4/xiph_curl.m4 @@ -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)