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

  1. --- a/m4/xiph_curl.m4
  2. +++ b/m4/xiph_curl.m4
  3. @@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok
  4. AC_MSG_CHECKING(for libcurl)
  5. if test "$curl_ok" = "yes"
  6. then
  7. - AC_RUN_IFELSE(AC_LANG_SOURCE([
  8. + AC_COMPILE_IFELSE(AC_LANG_SOURCE([
  9. #include <curl/curl.h>
  10. int main()
  11. {