From 6c6712da43676096c5da390b0d100887da309907 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Oct 2013 14:32:00 +0000 Subject: -more fix --- m4/libgnurl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3