gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30478 - gnunet/m4


From: gnunet
Subject: [GNUnet-SVN] r30478 - gnunet/m4
Date: Wed, 30 Oct 2013 15:20:42 +0100

Author: grothoff
Date: 2013-10-30 15:20:42 +0100 (Wed, 30 Oct 2013)
New Revision: 30478

Modified:
   gnunet/m4/libgnurl.m4
Log:
-fix gnurl checks

Modified: gnunet/m4/libgnurl.m4
===================================================================
--- gnunet/m4/libgnurl.m4       2013-10-30 14:19:23 UTC (rev 30477)
+++ gnunet/m4/libgnurl.m4       2013-10-30 14:20:42 UTC (rev 30478)
@@ -150,13 +150,13 @@
 /* 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,GNURLOPT_URL,NULL);
-x=GNURL_ERROR_SIZE;
-x=GNURLOPT_WRITEFUNCTION;
-x=GNURLOPT_FILE;
-x=GNURLOPT_ERRORBUFFER;
-x=GNURLOPT_STDERR;
-x=GNURLOPT_VERBOSE;
+gnurl_easy_setopt(NULL,CURLOPT_URL,NULL);
+x=CURL_ERROR_SIZE;
+x=CURLOPT_WRITEFUNCTION;
+x=CURLOPT_FILE;
+x=CURLOPT_ERRORBUFFER;
+x=CURLOPT_STDERR;
+x=CURLOPT_VERBOSE;
 ])],libgnurl_cv_lib_gnurl_usable=yes,libgnurl_cv_lib_gnurl_usable=no)
 
            CPPFLAGS=$_libgnurl_save_cppflags
@@ -175,9 +175,9 @@
            _libgnurl_save_libs=$LIBS
            LIBS="$LIBS $LIBGNURL"
 
-           AC_CHECK_FUNC(gnurl_free,,
-              AC_DEFINE(gnurl_free,free,
-                [Define gnurl_free() as free() if our version of gnurl lacks 
gnurl_free.]))
+           AC_CHECK_FUNC(curl_free,,
+              AC_DEFINE(curl_free,free,
+                [Define curl_free() as free() if our version of gnurl lacks 
curl_free.]))
 
            CPPFLAGS=$_libgnurl_save_cppflags
            LIBS=$_libgnurl_save_libs




reply via email to

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