config/companion_libs/mpc.in
author Jim F <jimfriel@gmail.com>
Mon Aug 24 19:20:57 2009 +0200 (2009-08-24)
changeset 1486 7155f2a00364
parent 1384 b23f3c2e0c73
child 1531 d173907c6c7e
permissions -rw-r--r--
glibc: fix build error caused by incorrect variable assignment

During the conversion to using bash arrays, the glibc build script
was improperly converted, and contains an incorrect variable
assignment to the config_options array.
yann@1384
     1
# MPC options
yann@1384
     2
yann@1384
     3
choice
yann@1384
     4
    bool
yann@1384
     5
    prompt "MPC version"
yann@1384
     6
yann@1384
     7
config MPC_V_0_6
yann@1384
     8
    bool
yann@1384
     9
    prompt "0.6"
yann@1384
    10
yann@1384
    11
# CT_INSERT_VERSION_ABOVE
yann@1384
    12
# Don't remove above line!
yann@1384
    13
endchoice
yann@1384
    14
yann@1384
    15
config MPC_VERSION
yann@1384
    16
    string
yann@1384
    17
    default "0.6" if MPC_V_0_6
yann@1384
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1384
    19
# Don't remove above line!