Make gnurl and curl mutually exclusive.
[oweals/gnunet.git] / src / include / gnunet_curl_lib.h
index 0cbef9c73702de8a0a3cf495671282e7ef52803d..86cb54f6b8ff31cfc9bc4dec240240bc23028354 100644 (file)
@@ -29,9 +29,9 @@
  */
 #ifndef GNUNET_CURL_LIB_H
 #define GNUNET_CURL_LIB_H
-#if HAVE_CURL_CURL_H
+#if HAVE_LIBCURL
 #include <curl/curl.h>
-#elif HAVE_GNURL_CURL_H
+#elif HAVE_LIBGNURL
 #include <gnurl/curl.h>
 #else
 #error "needs curl or gnurl"