Changeset - 90e81c5eddb6
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-04-06 21:26:25
ohnobinki@ohnopublishing.net
configure: changed deprecated code for check, added define
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -24,17 +24,19 @@ AC_PROG_LIBTOOL
 

	
 
AM_INIT_AUTOMAKE
 
AM_PROG_CC_C_O
 
AM_PATH_CHECK
 
AM_PATH_XML2(2.7.2)
 

	
 
PKG_PROG_PKG_CONFIG(0.17.2)
 

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

	
 
AC_SUBST([MYSQL_LIBS])
 
AC_SUBST([MYSQL_CFLAGS])
 

	
 
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)