summaryrefslogtreecommitdiffstats
path: root/chat-irc/xchat-gnome/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/xchat-gnome/CONFIGURE')
-rwxr-xr-xchat-irc/xchat-gnome/CONFIGURE10
1 files changed, 10 insertions, 0 deletions
diff --git a/chat-irc/xchat-gnome/CONFIGURE b/chat-irc/xchat-gnome/CONFIGURE
new file mode 100755
index 0000000000..85683461c6
--- /dev/null
+++ b/chat-irc/xchat-gnome/CONFIGURE
@@ -0,0 +1,10 @@
+config_query_option XCHAT_OPTS "Enable IPv6?" n \
+ "--enable-ipv6" "--disable-ipv6"
+config_query_option XCHAT_OPTS "Enable use of Xft directly?" n \
+ "--enable-xft" "--disable-xft"
+config_query_option XCHAT_OPTS "Enable use of XShm for fast tinting?" n \
+ "--enable-shm" "--disable-shm"
+config_query_option XCHAT_OPTS "Enable plugin support?" y \
+ "--enable-plugin" "--disable-plugin"
+config_query_option XCHAT_OPTS "Enable MMX assembly routines?" y \
+ "--enable-mmx" "--disable-mmx"