summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index d905b505af..4449d4fb02 100755
--- a/tools/configure
+++ b/tools/configure
@@ -367,7 +367,7 @@ whichadvanced () {
367 interact=1 367 interact=1
368 echo "" 368 echo ""
369 echo "Enter your developer options (press enter when done)" 369 echo "Enter your developer options (press enter when done)"
370 printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" 370 printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
371 if [ "$memory" = "2" ]; then 371 if [ "$memory" = "2" ]; then
372 printf ", (8)MB MOD" 372 printf ", (8)MB MOD"
373 fi 373 fi
@@ -408,7 +408,7 @@ whichadvanced () {
408 echo "logf() support enabled" 408 echo "logf() support enabled"
409 logf="yes" 409 logf="yes"
410 ;; 410 ;;
411 [Bb]) 411 [Cc])
412 echo "bootchart enabled (logf also enabled)" 412 echo "bootchart enabled (logf also enabled)"
413 bootchart="yes" 413 bootchart="yes"
414 logf="yes" 414 logf="yes"