aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-30 14:32:00 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-30 14:32:00 +0000
commit6c6712da43676096c5da390b0d100887da309907 (patch)
tree1f360eebc1581862cbe5954e26c048d352466bd8 /m4
parenta00592f7d613c3af1e295abfde86115633972c86 (diff)
downloadgnunet-6c6712da43676096c5da390b0d100887da309907.tar.gz
gnunet-6c6712da43676096c5da390b0d100887da309907.zip
-more fix
Diffstat (limited to 'm4')
-rw-r--r--m4/libgnurl.m42
1 files changed, 1 insertions, 1 deletions
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],
150/* Try and use a few common options to force a failure if we are 150/* Try and use a few common options to force a failure if we are
151 missing symbols or can't link. */ 151 missing symbols or can't link. */
152int x; 152int x;
153gnurl_easy_setopt(NULL,CURLOPT_URL,NULL); 153curl_easy_setopt(NULL,CURLOPT_URL,NULL);
154x=CURL_ERROR_SIZE; 154x=CURL_ERROR_SIZE;
155x=CURLOPT_WRITEFUNCTION; 155x=CURLOPT_WRITEFUNCTION;
156x=CURLOPT_FILE; 156x=CURLOPT_FILE;