]> git.saurik.com Git - apt.git/commitdiff
* Fix configure script to check for CURL library and headers presense.
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 29 Oct 2007 12:16:13 +0000 (10:16 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 29 Oct 2007 12:16:13 +0000 (10:16 -0200)
configure.in
debian/changelog

index df446bc5629a3dd44481eb8ab4ecbda8334d1dac..13ce4540da5b27228b0ed20ef0c2c12bab0a9cd9 100644 (file)
@@ -74,6 +74,13 @@ AC_CHECK_HEADER(db.h,
 
 LIBS="$saveLIBS"
 
+AC_CHECK_LIB(curl, curl_easy_init,
+     [AC_CHECK_HEADER(curl/curl.h,
+        curl_ok=yes,
+        curl_ok=no)],
+     AC_MSG_ERROR([failed: I need CURL due https support]),
+)
+
 AC_SUBST(BDBLIB)
 
 dnl Converts the ARCH to be something singular for this general CPU family
index 7a8c886902aa308b7ac2e707d52a6783e5966f2f..9dc6f6b24d234480ce70131601a643723e3ad0d2 100644 (file)
@@ -1,11 +1,15 @@
 apt (0.7.9) UNRELEASED; urgency=low
 
+  [ Christian Perrier ]
   * Add several languages to LINGUAS and, therefore, really ship the relevant
     translation:
     Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
     Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
 
- -- Christian Perrier <bubulle@debian.org>  Sun, 28 Oct 2007 09:14:52 +0100
+  [ Otavio Salvador ]
+  * Fix configure script to check for CURL library and headers presense.
+
+ -- Otavio Salvador <otavio@debian.org>  Mon, 29 Oct 2007 10:15:52 -0200
 
 apt (0.7.8) unstable; urgency=low