ipkg: replace wget with libcurl functions
[oweals/opkg-lede.git] / configure.ac
index a5615ca2ce43f17a48b7036edfb99f53d63ce8ef..810db5c4480ff5df7ddf8f7bac2c6cf4bb99000c 100644 (file)
@@ -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