diff --git a/bochs/configure b/bochs/configure index 39dd2e082..8273c2d0f 100755 --- a/bochs/configure +++ b/bochs/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 10766 2011-11-06 12:11:46Z vruppert . +# From configure.in Id: configure.in 10773 2011-11-10 19:27:29Z sshwarts . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68. # @@ -25265,8 +25265,8 @@ $as_echo "no" >&6; } fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for instruction trace cache support" >&5 -$as_echo_n "checking for instruction trace cache support... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for instruction trace cache support (deprecated)" >&5 +$as_echo_n "checking for instruction trace cache support (deprecated)... " >&6; } # Check whether --enable-trace-cache was given. if test "${enable_trace_cache+set}" = set; then : enableval=$enable_trace_cache; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enableval" >&5 diff --git a/bochs/configure.in b/bochs/configure.in index f80c8076e..e89f5fd6b 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2743,7 +2743,7 @@ AC_ARG_ENABLE(acpi, AC_MSG_RESULT(no) ]) -AC_MSG_CHECKING(for instruction trace cache support) +AC_MSG_CHECKING(for instruction trace cache support (deprecated)) AC_ARG_ENABLE(trace-cache, [ --enable-trace-cache support instruction trace cache (deprecated)], [AC_MSG_RESULT($enableval)