summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index ee22a5be31..e2c3bd53f9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -188,6 +188,7 @@ if [ "-" = "$extra_defines" ]; then
188 getit=`input`; 188 getit=`input`;
189 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then 189 if [ "y" = "$getit" -o "Y" = "$getit" ] ; 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 else 192 else
192 echo "Proportional font support? (N)" 193 echo "Proportional font support? (N)"
193 getit=`input`; 194 getit=`input`;