summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
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
190 extra_defines="-DLOADABLE_FONTS" 190 extra_defines="-DLOADABLE_FONTS"
191 echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!" 191 echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
192 else 192 else
193 echo "Proportional font support? (N)" 193 extra_defines=""
194 getit=`input`;
195 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
196 extra_defines="-DLCD_PROPFONTS"
197 else
198 extra_defines=""
199 fi
200 fi 194 fi
201 else 195 else
202 extra_defines="" 196 extra_defines=""