changeset 4443:996727ab0fe1

Require libmcs >= 0.7
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Apr 2008 02:38:48 +0300
parents d92e33b68cc8
children db3a3f46a226
files README configure.ac
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Apr 11 22:11:57 2008 +0300
+++ b/README	Sat Apr 12 02:38:48 2008 +0300
@@ -72,7 +72,7 @@
   GTK+ 2.10.0
     http://www.gtk.org/download/
 
-  mcs >= 0.4
+  mcs >= 0.7
     http://www.atheme.org/projects/mcs.shtml
 
   libmowgli >= 0.4
--- a/configure.ac	Fri Apr 11 22:11:57 2008 +0300
+++ b/configure.ac	Sat Apr 12 02:38:48 2008 +0300
@@ -281,12 +281,12 @@
 AC_SUBST(REGEX_CFLAGS)
 
 
-dnl GConf support
+dnl mcs support
 
-PKG_CHECK_MODULES(LIBMCS, [libmcs >= 0.4],
+PKG_CHECK_MODULES(LIBMCS, [libmcs >= 0.7],
    [
       AC_DEFINE(HAVE_MCS, , [Define if building with libmcs support])
-      ADD_PC_REQUIRES([libmcs >= 0.4])
+      ADD_PC_REQUIRES([libmcs >= 0.7])
    ],
    [AC_MSG_ERROR([Cannot find libmcs, try http://www.atheme.org/projects/mcs.shtml])]
 )