From 1dc8dceed8ff4f063f0dff58be644f17d1c44898 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Mon, 17 Aug 2009 15:03:20 +0200 Subject: Make script and scripttools autodetect, like webkit Since they're only available for certain platforms, we need to autodetect. Reviewed-by: Kent Hansen --- configure.exe | Bin 856064 -> 856064 bytes tools/configure/configureapp.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.exe b/configure.exe index b3b1c87..846aa31 100644 Binary files a/configure.exe and b/configure.exe differ diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 54360f7..aff7e7b 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -241,8 +241,8 @@ Configure::Configure( int& argc, char** argv ) dictionary[ "CE_CRT" ] = "no"; dictionary[ "CETEST" ] = "auto"; dictionary[ "CE_SIGNATURE" ] = "no"; - dictionary[ "SCRIPT" ] = "yes"; - dictionary[ "SCRIPTTOOLS" ] = "yes"; + dictionary[ "SCRIPT" ] = "auto"; + dictionary[ "SCRIPTTOOLS" ] = "auto"; dictionary[ "XMLPATTERNS" ] = "auto"; dictionary[ "PHONON" ] = "auto"; dictionary[ "PHONON_BACKEND" ] = "yes"; -- cgit v0.12