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
 
@@ -24,39 +24,39 @@ AC_PROG_LIBTOOL
 
#AC_PROG_RANLIB #don't add this even if autoscan says to, because AC_PROG_LIBTOOL is enough
 

	
 
AM_INIT_AUTOMAKE
 
AM_PROG_CC_C_O
 
AM_PATH_XML2(2.7.2)
 

	
 
#basic low-level checks (suggested by autoscan)
 
AC_CHECK_FUNCS([dup2])
 
AC_CHECK_FUNCS([memset])
 
AC_CHECK_FUNCS([strdup])
 

	
 
AC_CHECK_HEADERS([fcntl.h])
 
AC_CHECK_HEADERS([malloc.h])
 

	
 
AC_FUNC_FORK
 
AC_FUNC_MALLOC
 

	
 
AC_TYPE_PID_T
 
AC_TYPE_SIZE_T
 

	
 
#package dependencies:
 

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

	
 
AC_CONFIG_FILES([Makefile
 
src/Makefile
 
src/common/Makefile
 
src/server/Makefile
 
src/client/Makefile
 
src/tests/Makefile
 
etc/Makefile
 
])
 

	
 
AC_OUTPUT
0 comments (0 inline, 0 general)