Changeset - b4e8e519214d
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-02 00:26:47
ohnobinki@ohnopublishing.net
added libcurl to DISTLIBS
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -45,7 +45,7 @@ AC_TYPE_SIZE_T
 

	
 
PKG_PROG_PKG_CONFIG(0.17.2)
 

	
 
PKG_CHECK_MODULES(DISTLIBS, libconfuse >= 2.6)
 
PKG_CHECK_MODULES(DISTLIBS, libconfuse >= 2.6 libcurl)
 
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
 

	
 
AC_DEFINE_DIR([SYSCONFDIR], [sysconfdir], [Directory to find configuration files in])
0 comments (0 inline, 0 general)