changeset 1609:af5bdd167b04

Lower Loudmouth version requirement
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 16:48:15 +0200
parents c8cf21f07666
children 6db9f403f707
files mcabber/configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Oct 11 16:12:00 2009 +0200
+++ b/mcabber/configure.ac	Sun Oct 11 16:48:15 2009 +0200
@@ -148,7 +148,7 @@
                  [g_regex_new "$gmodule_module"])
 
 # Check for loudmouth
-PKG_CHECK_MODULES(LOUDMOUTH, loudmouth-1.0 >= 1.4.3)
+PKG_CHECK_MODULES(LOUDMOUTH, loudmouth-1.0 >= 1.4.2)
 AC_SUBST(LOUDMOUTH_CFLAGS)
 AC_SUBST(LOUDMOUTH_LIBS)