From f0d39ad3aa3e474c176cdfb98fbff2d006ea65f7 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 17 Jun 2011 11:32:55 +0200 Subject: [PATCH] Add the glib2 check back, for marshallers --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 518c0092..cb5b55fa 100644 --- a/wscript +++ b/wscript @@ -89,6 +89,7 @@ def configure (conf): conf.check_tool ('compiler_cc') conf.check_tool ('vala') + conf.check_tool ('glib2') if option_enabled ('nls'): conf.check_tool ('intltool') -- 2.39.5