From 74c5718c0edf48aa620176e443e89a5562b34d3f Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 19 Feb 2012 19:18:09 +0100 Subject: Require at least GLib 2.14 now. It was released in Aug 2007 so that means BitlBee will still build on any Linux released over the last 5 or so years. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8c40b0aa..d3d0a9a6 100755 --- a/configure +++ b/configure @@ -44,7 +44,7 @@ ssl=auto arch=`uname -s` cpu=`uname -m` -GLIB_MIN_VERSION=2.4 +GLIB_MIN_VERSION=2.14 echo BitlBee configure -- cgit v1.2.3