clearify about deprecated configure option

This commit is contained in:
Stanislav Shwartsman 2011-11-18 13:15:17 +00:00
parent d78ff1134d
commit 34130cc1ad
2 changed files with 4 additions and 4 deletions

6
bochs/configure vendored
View File

@ -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

View File

@ -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)