pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-19
2001-03-19 21:28:41 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
b5cef8753b3abe0398cd81508107eab12a205ca5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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)'