Changeset - d906e6d3c748
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-26 09:36:46
ohnobinki@ohnopublishing.net
reduce check req to 0.9.3

another pointless commit caused by normaldotcom using centos
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -43,13 +43,13 @@ AC_TYPE_SIZE_T
 

	
 
#package dependencies:
 

	
 
PKG_PROG_PKG_CONFIG(0.17.2)
 

	
 
PKG_CHECK_MODULES(DISTLIBS, libconfuse >= 2.5 libcurl libxml-2.0)
 
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
 
PKG_CHECK_MODULES([CHECK], [check >= 0.9.3])
 

	
 
AC_DEFINE_DIR([SYSCONFDIR], [sysconfdir], [Directory to find configuration files in])
 

	
 
AC_CONFIG_FILES([Makefile
 
src/Makefile
 
src/common/Makefile
0 comments (0 inline, 0 general)