diff --git a/tools/configure b/tools/configure index d905b505af..4449d4fb02 100755 --- a/tools/configure +++ b/tools/configure @@ -367,7 +367,7 @@ whichadvanced () { interact=1 echo "" echo "Enter your developer options (press enter when done)" - printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" + printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi @@ -408,7 +408,7 @@ whichadvanced () { echo "logf() support enabled" logf="yes" ;; - [Bb]) + [Cc]) echo "bootchart enabled (logf also enabled)" bootchart="yes" logf="yes"