summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
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