Changeset - f981ae9f06e5
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-04-07 22:36:20
ohnobinki@ohnopublishing.net
fixed AC_DEFINE_DIR syntax
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -32,13 +32,13 @@ 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_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
0 comments (0 inline, 0 general)