From ae0c23847ba0b2c98d830480f98b998d7f3bec1a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Sep 2002 06:30:47 +0000 Subject: Greg Haerr removed the font questions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2281 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 8fe0c6a4f5..5f5ca514b7 100755 --- a/tools/configure +++ b/tools/configure @@ -227,20 +227,6 @@ if [ "-" = "$extra_defines" ]; then extra_defines="$extra_defines" fi - echo "Loadable fonts support? (N)" - getit=`input`; - if [ "y" = "$getit" -o "Y" = "$getit" ] ; then - extra_defines="$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="$extra_defines -DLCD_PROPFONTS" - fi - fi fi fi -- cgit v1.2.3