-fix unused initialization of locals
[oweals/gnunet.git] / m4 / libgnurl.m4
index 5f5410738629d561d122f71dc1165f3ae4b69ddd..69aa16605bbe9882378a004ef66a1e031dc07e6d 100644 (file)
@@ -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;