--- configure.bak Wed Oct 23 20:18:18 2002 +++ configure Tue May 30 07:15:29 2006 @@ -1027,9 +1027,9 @@ font2='' font3='' font4='' - font5='fixed' + font5='' tmpfile="/tmp/configure$$" - $XLSFONTS > $tmpfile + $XLSFONTS > $tmpfile 2> /dev/null exec < $tmpfile while read font do @@ -1053,7 +1053,7 @@ esac done - exec < /dev/tty +# exec < /dev/tty rm $tmpfile fi @@ -1073,7 +1073,7 @@ then webmagick_cv_defaultfont=$font5 else - webmagick_cv_defaultfont='fixed' + webmagick_cv_defaultfont='courier' fi