From b722d3d7f365b106794a3f40435ab220098959c5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 21:14:22 +0100 Subject: configure.ac: require GLib 2.12 Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h. --- src/conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index 4da44c775..647ddec38 100644 --- a/src/conf.c +++ b/src/conf.c @@ -21,6 +21,7 @@ #include "utils.h" #include "tokenizer.h" #include "path.h" +#include "glib_compat.h" #include -- cgit v1.2.3