changeset 4582:07a5687a90b0

Oops, libmcs check was faulty. Thanks to Nazca for spotting it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 07:08:12 +0300
parents c2d739b4c84d
children 77f57ba8d7a4
files acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Wed May 21 15:50:36 2008 +0200
+++ b/acinclude.m4	Thu May 22 07:08:12 2008 +0300
@@ -167,6 +167,6 @@
 
 dnl Check for libmcs
 dnl ================
-AUD_CHECK_MODULE([LIBMCS], [libmcs >= 0.7], [libmcs],
+AUD_CHECK_MODULE([LIBMCS], [libmcs], [>= 0.7], [libmcs],
     [http://www.atheme.org/projects/mcs.shtml])
 ])