From eef75353e6b3cef736cce9f2199450b5c936d2a4 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:15:16 -0500 Subject: ipkg: replace wget with libcurl functions git-svn-id: http://opkg.googlecode.com/svn/trunk@5 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a5615ca..810db5c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AM_PROG_INSTALL_STRIP AC_PROG_LIBTOOL # Checks for libraries (hah! ipkg is pretty much self-contained) +PKG_CHECK_MODULES(CURL, libcurl) # Checks for header files AC_HEADER_DIRENT -- cgit v0.9.1