Branch: Tag:

2001-03-19

2001-03-19 21:28:41 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

oops, bug in the test for mmx (not fatal though)

Rev: src/configure.in:1.505

1: - AC_REVISION("$Id: configure.in,v 1.504 2001/03/19 13:48:07 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.505 2001/03/19 21:28:41 mirar Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
3601:      #############################################################################   mmx_reason=' (no mmx.h found)' - if test "x$ac_cv_header_mmx_h" = xyes -o "x$ac_cv_header_asm_mmx_h" ; then + if test "x$ac_cv_header_mmx_h" = xyes; then    AC_MSG_CHECKING(for working MMX)    mmx_reason=' (mmx.h found, but mmx operations failed)'