Mercurial > audlegacy
changeset 4400:b18b09fe4da1
libmcs >= 0.4
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 31 Mar 2008 08:27:04 +0300 |
parents | 255f900b17c9 |
children | fdad21c61390 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Mon Mar 31 00:49:26 2008 +0400 +++ b/configure.ac Mon Mar 31 08:27:04 2008 +0300 @@ -283,10 +283,10 @@ dnl GConf support -PKG_CHECK_MODULES(LIBMCS, [libmcs >= 0.1], +PKG_CHECK_MODULES(LIBMCS, [libmcs >= 0.4], [ AC_DEFINE(HAVE_MCS, , [Define if building with libmcs support]) - ADD_PC_REQUIRES([libmcs >= 0.1]) + ADD_PC_REQUIRES([libmcs >= 0.4]) ], [AC_MSG_ERROR([Cannot find libmcs, try http://www.atheme.org/projects/mcs.shtml])] )