summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-28 11:54:41 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-28 11:54:41 +0000
commit1f4e4d339c557477c0291f2e0596111fc65b7409 (patch)
treebc43951539103a0a8b12f0ead0b8252bcaddfbfe /tools
parentcfbdf142bc7a9696b4992fa04497b8bf2cdab3f6 (diff)
downloadrockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.zip
rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.gz
rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.bz2
rockbox-1f4e4d339c557477c0291f2e0596111fc65b7409.tar.xz
Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index cc13e94..d57723e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -190,7 +190,15 @@ 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
fi
else
extra_defines=""