diff --git a/bochs/configure b/bochs/configure index 2192d09ca..450924e21 100755 --- a/bochs/configure +++ b/bochs/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in,v 1.369 2008/06/08 10:33:06 vruppert Exp . +# From configure.in Id: configure.in,v 1.370 2008/06/12 21:02:54 sshwarts Exp . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -1592,7 +1592,7 @@ Optional Features: --enable-fpu compile in FPU emulation --enable-vme virtual 8086 mode extensions --enable-mmx MMX support - --enable-3dnow 3DNow! support + --enable-3dnow 3DNow! support (incomplete) --enable-sse SSE support (--enable-sse=no|1|2|3|4) --enable-sse-extension support for SSE extensions --enable-daz denormals-are-zeroes support diff --git a/bochs/configure.in b/bochs/configure.in index 036c4f1e2..41a3b2cdd 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) AC_INIT(bochs.h) -AC_REVISION([[$Id: configure.in,v 1.370 2008-06-12 21:02:54 sshwarts Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.371 2008-06-14 16:57:36 sshwarts Exp $]]) AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(ltdlconf.h) @@ -1584,7 +1584,7 @@ AC_ARG_ENABLE(mmx, AC_MSG_CHECKING(for 3DNow! support) AC_ARG_ENABLE(3dnow, - [ --enable-3dnow 3DNow! support], + [ --enable-3dnow 3DNow! support (incomplete)], [if test "$enableval" = yes; then AC_MSG_RESULT(yes) AC_DEFINE(BX_SUPPORT_3DNOW, 1)