You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
282 B

--- 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()
{