Index: tools/configure
===================================================================
RCS file: /cvsroot/rockbox/tools/configure,v
retrieving revision 1.24
diff -u -r1.24 configure
--- tools/configure	11 Aug 2002 20:22:53 -0000	1.24
+++ tools/configure	13 Aug 2002 08:21:54 -0000
@@ -185,12 +185,12 @@
   
   echo "Loadable fonts support? (N)"
   getit=`input`;
-  if [ "y" = "$getit" ] ; then
+  if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
      extra_defines="-DLOADABLE_FONTS"
   else
      echo "Proportional font support? (N)"
      getit=`input`;
-     if [ "y" = "$getit" ] ; then
+     if [ "y" = "$getit" -o "Y" = "$getit"  ] ; then
         extra_defines="-DLCD_PROPFONTS"
      else
         extra_defines=""
