summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-27 22:49:13 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-27 22:49:13 +0000
commitaf406a1f6d5f3065772350fab82033ba7f56dc1b (patch)
tree9d3a623ee9f978e6a6311e3072eca5c6e1d9678b /tools/configure
parent3478d9b8e4005efb034fa26adc024341fc38644d (diff)
downloadrockbox-af406a1f6d5f3065772350fab82033ba7f56dc1b.tar.gz
rockbox-af406a1f6d5f3065772350fab82033ba7f56dc1b.zip
Made LCD_PROPFONTS default on recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/configure b/tools/configure
index e2c3bd53f9..cc13e94268 100755
--- a/tools/configure
+++ b/tools/configure
@@ -190,13 +190,7 @@ if [ "-" = "$extra_defines" ]; then
extra_defines="-DLOADABLE_FONTS"
echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
else
- echo "Proportional font support? (N)"
- getit=`input`;
- if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
- extra_defines="-DLCD_PROPFONTS"
- else
- extra_defines=""
- fi
+ extra_defines=""
fi
else
extra_defines=""