summaryrefslogtreecommitdiffstats
path: root/chat-im/mcabber/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/mcabber/CONFIGURE')
-rwxr-xr-xchat-im/mcabber/CONFIGURE11
1 files changed, 11 insertions, 0 deletions
diff --git a/chat-im/mcabber/CONFIGURE b/chat-im/mcabber/CONFIGURE
new file mode 100755
index 0000000000..5074e439b4
--- /dev/null
+++ b/chat-im/mcabber/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option MCABBER_OPTS "Enable dynamic modules loading?" y \
+ "--enable-modules" \
+ "--disable-modules" &&
+
+config_query_option MCABBER_OPTS "Enable obsolete Message Events (XEP-0022)?" n \
+ "--enable-xep0022" \
+ "--disable-xep0022" &&
+
+config_query_option MCABBER_OPTS "Add development compilation options?" n \
+ "--enable-debug" \
+ "--disable-debug"