From: Christian Dywan Date: Wed, 28 Oct 2009 22:54:26 +0000 (+0100) Subject: Fix HAVE_HILDON_2_2 define when building with Hildon 2.2 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616f62a10e81c54dd93b6a6e46364bb6d91c549a;p=midori Fix HAVE_HILDON_2_2 define when building with Hildon 2.2 --- diff --git a/wscript b/wscript index 3a5637e0..7ccf4cc4 100644 --- a/wscript +++ b/wscript @@ -220,7 +220,7 @@ def configure (conf): if option_enabled ('hildon'): if check_pkg ('hildon-1', mandatory=False, var='HILDON'): check_pkg ('libosso', var='HILDON') - check_pkg ('hildon-1', '2.2', var='HAVE_HILDON_2_2') + check_pkg ('hildon-1', '2.2', var='HILDON_2_2') hildon = ['N/A','yes'][conf.env['HAVE_HILDON'] == 1] if hildon != 'yes': option_checkfatal ('hildon', 'Maemo integration')