> --- configure.in 2000/12/13 19:36:59 > *************** changequote([,])dnl > *** 257,263 **** > i386-*-sco3.2*) fmt=coff ;; > i386-*-vsta) fmt=aout ;; > i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*) BTW, why specifiy a CPU? Would it better to just use '*' instead of 'i386'? Mark