config/companion_libs/ppl.in
author Jim F <jimfriel@gmail.com>
Mon Aug 24 19:20:57 2009 +0200 (2009-08-24)
changeset 1486 7155f2a00364
parent 1324 48c12c696778
child 1535 073d351bdcd3
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@1324
     1
# PPL options
yann@1324
     2
yann@1324
     3
choice
yann@1324
     4
    bool
yann@1324
     5
    prompt "PPL version"
yann@1324
     6
yann@1324
     7
config PPL_V_0_10_2
yann@1324
     8
    bool
yann@1324
     9
    prompt "0.10.2"
yann@1324
    10
yann@1324
    11
# CT_INSERT_VERSION_ABOVE
yann@1324
    12
# Don't remove above line!
yann@1324
    13
endchoice
yann@1324
    14
yann@1324
    15
config PPL_VERSION
yann@1324
    16
    string
yann@1324
    17
    default "0.10.2" if PPL_V_0_10_2
yann@1324
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1324
    19
# Don't remove above line!