gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30479 - gnunet/m4


From: gnunet
Subject: [GNUnet-SVN] r30479 - gnunet/m4
Date: Wed, 30 Oct 2013 15:32:00 +0100

Author: grothoff
Date: 2013-10-30 15:32:00 +0100 (Wed, 30 Oct 2013)
New Revision: 30479

Modified:
   gnunet/m4/libgnurl.m4
Log:
-more fix

Modified: gnunet/m4/libgnurl.m4
===================================================================
--- gnunet/m4/libgnurl.m4       2013-10-30 14:20:42 UTC (rev 30478)
+++ gnunet/m4/libgnurl.m4       2013-10-30 14:32:00 UTC (rev 30479)
@@ -150,7 +150,7 @@
 /* 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]