Commit 106d367b83949bbbcd207bb4629d1bcc0a512af6

Con Kolivas 2011-07-29T12:50:55

Revert "Use pkg-config to check for libcurl version" This reverts commit 98387f94acd8c2d335727dd7a6fd900d292a58bf. Broke generic building.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/configure.ac b/configure.ac
index a380e2c..ee7d4d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,10 +124,8 @@ AM_CONDITIONAL([HAS_YASM], [test x$has_yasm = xtrue])
 
 PKG_PROG_PKG_CONFIG()
 
-PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.15.6], [AC_DEFINE([CURL_HAS_SOCKOPT], [1], [Defined if version of curl supports sockopts.])],
-[PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.10.1], ,[AC_MSG_ERROR([Missing required libcurl dev >= 7.10.1])])])
-AC_SUBST(LIBCURL_CPPFLAGS)
-AC_SUBST(LIBCURL_LIBS)
+LIBCURL_CHECK_CONFIG(, 7.10.1, ,  [AC_MSG_ERROR([Missing required libcurl dev >= 7.10.1])])
+LIBCURL_CHECK_CONFIG(, 7.15.6, [AC_DEFINE([CURL_HAS_SOCKOPT], [1], [Defined if version of curl supports sockopts.])],)
 
 dnl CCAN wants to know a lot of vars.
 # All the configuration checks.  Regrettably, the __attribute__ checks will