]> spindle.queued.net Git - midori/commitdiff
Don't disable JavaScriptCore when building with mingw32
authorChristian Dywan <christian@twotoasts.de>
Mon, 20 Jul 2009 20:43:34 +0000 (22:43 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 20 Jul 2009 20:43:34 +0000 (22:43 +0200)
wscript

diff --git a/wscript b/wscript
index df3f8bc82f21b96c5eb0c20df67630d1b3e4c3bb..58c1d073a5bdf578d4a9cd7febaf8bc24a8cdd13 100644 (file)
--- a/wscript
+++ b/wscript
@@ -208,7 +208,6 @@ 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', [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')