summaryrefslogtreecommitdiff
path: root/config/companion_libs/mpc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-05-02 19:09:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-05-02 19:09:29 (GMT)
commit6121776594fb1ed7bbed273bfd65defb56895956 (patch)
tree43bcd4b2e82c0c97a194754013a7f873f575603f /config/companion_libs/mpc.in
parent817c24034ea52ce9df8a2ce923dd7a2702661840 (diff)
complibs: remove experimental from versions selection
Since I removed EXPERIMENTAL to most of gcc versions, the configuration is now broken, as the required companion libraries versions are not selectable, as they are still hidden behind EXPERIMENTAL. Reported-by: Claudio Henrique Fortes Felix (chffelix on irc://irc.freenode.net/crosstool-ng) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/companion_libs/mpc.in')
-rw-r--r--config/companion_libs/mpc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/companion_libs/mpc.in b/config/companion_libs/mpc.in
index 38fc4cb..966fce7 100644
--- a/config/companion_libs/mpc.in
+++ b/config/companion_libs/mpc.in
@@ -8,13 +8,12 @@ choice
config MPC_V_0_9
bool
- prompt "0.9 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "0.9"
config MPC_V_0_8_2
bool
- prompt "0.8.2 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "0.8.2"
+
config MPC_V_0_8_1
bool