From: Christian Dywan Date: Fri, 17 Jun 2011 09:32:55 +0000 (+0200) Subject: Add the glib2 check back, for marshallers X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d39ad3aa3e474c176cdfb98fbff2d006ea65f7;p=midori Add the glib2 check back, for marshallers --- 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')