summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-13 06:30:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-13 06:30:47 +0000
commitae0c23847ba0b2c98d830480f98b998d7f3bec1a (patch)
tree6514cebbe7ee95f672832e03fd3d4d5cd37cac00 /tools/configure
parentcc1662420f3067bbec7ef1bc38f7b6ffe15025e1 (diff)
downloadrockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.tar.gz
rockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.zip
Greg Haerr removed the font questions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2281 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure14
1 files changed, 0 insertions, 14 deletions
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
227 extra_defines="$extra_defines" 227 extra_defines="$extra_defines"
228 fi 228 fi
229 229
230 echo "Loadable fonts support? (N)"
231 getit=`input`;
232 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
233 extra_defines="$extra_defines -DLOADABLE_FONTS"
234 echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
235 else
236 echo "Proportional font support? (N)"
237
238 getit=`input`;
239
240 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
241 extra_defines="$extra_defines -DLCD_PROPFONTS"
242 fi
243 fi
244 fi 230 fi
245fi 231fi
246 232