]> spindle.queued.net Git - midori/commitdiff
Correctly specify the HAVE_JSCORE define as 1 or 0
authorChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 17:47:10 +0000 (19:47 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 6 Jun 2009 17:47:10 +0000 (19:47 +0200)
wscript

diff --git a/wscript b/wscript
index 257cd793454e36e18725032792a27aba440da224..5febb4b9ee120a41cf23824972d62aefbce4453f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -177,7 +177,7 @@ def configure (conf):
         args = '--define-variable=target=win32'
     check_pkg ('gtk+-2.0', '2.10.0', var='GTK', args=args)
     check_pkg ('webkit-1.0', '1.1.1', args=args)
-    conf.define ('HAVE_JSCORE', not is_mingw (conf.env))
+    conf.define ('HAVE_JSCORE', [0,1][not is_mingw (conf.env)])
     check_pkg ('libsoup-2.4', '2.25.2')
     conf.define ('HAVE_LIBSOUP_2_25_2', 1)
     check_pkg ('libxml-2.0', '2.6')