From af406a1f6d5f3065772350fab82033ba7f56dc1b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 27 Aug 2002 22:49:13 +0000 Subject: Made LCD_PROPFONTS default on recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2016 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools/configure') 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="" -- cgit v1.2.3