summaryrefslogtreecommitdiffstats
path: root/devel/moon/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/moon/CONFIGURE')
-rwxr-xr-xdevel/moon/CONFIGURE7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/moon/CONFIGURE b/devel/moon/CONFIGURE
new file mode 100755
index 0000000000..f3705cace5
--- /dev/null
+++ b/devel/moon/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option MOON_BUUUGS \
+ 'Enable Silverlight-1.0 bugs support? (really a configure option)' y \
+ '--with-compatibility-bugs=yes' \
+ '--with-compatibility-bugs=no' &&
+
+message "you can choose to enable managed code fully (yes/no), or only for the desktop or browser plug-in" &&
+config_query_list MOON_MANAGED 'Do you want to enable managed code?' yes no browser desktop