X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=m4%2Flibgnurl.m4;h=69aa16605bbe9882378a004ef66a1e031dc07e6d;hb=e46adaefee76201e8dfc0adc9963be77077a5004;hp=5f5410738629d561d122f71dc1165f3ae4b69ddd;hpb=a00592f7d613c3af1e295abfde86115633972c86;p=oweals%2Fgnunet.git diff --git a/m4/libgnurl.m4 b/m4/libgnurl.m4 index 5f5410738..69aa16605 100644 --- a/m4/libgnurl.m4 +++ b/m4/libgnurl.m4 @@ -150,7 +150,7 @@ AC_DEFUN([LIBGNURL_CHECK_CONFIG], /* Try and use a few common options to force a failure if we are missing symbols or can't link. */ int x; -gnurl_easy_setopt(NULL,CURLOPT_URL,NULL); +curl_easy_setopt(NULL,CURLOPT_URL,NULL); x=CURL_ERROR_SIZE; x=CURLOPT_WRITEFUNCTION; x=CURLOPT_FILE;