summaryrefslogtreecommitdiffstats
path: root/audio-players/xmms-shell/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/xmms-shell/CONFIGURE')
-rwxr-xr-xaudio-players/xmms-shell/CONFIGURE8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio-players/xmms-shell/CONFIGURE b/audio-players/xmms-shell/CONFIGURE
new file mode 100755
index 0000000000..8182fe6936
--- /dev/null
+++ b/audio-players/xmms-shell/CONFIGURE
@@ -0,0 +1,8 @@
+local readline=`installed_version readline`
+local defanswr="y"
+
+if [ -z $readline ] ; then
+ defanswr="n"
+fi
+
+config_query WITH_READLINE "Use compile with readline? - for enhanced interactive command line editing" "$defanswr"