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
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