This commit is contained in:
Stanislav Shwartsman 2004-10-23 19:31:13 +00:00
parent 31f5ceb522
commit 14be5a7f01
2 changed files with 4 additions and 4 deletions

4
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.264 2004/10/03 20:02:08 vruppert Exp .
# From configure.in Id: configure.in,v 1.265 2004/10/16 21:17:44 sshwarts Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -34954,7 +34954,7 @@ fi;
echo "$as_me:$LINENO: checking show IPS" >&5
echo $ECHO_N "checking show IPS... $ECHO_C" >&6
# Check whether --enable-show_ips or --disable-show_ips was given.
# Check whether --enable-show-ips or --disable-show-ips was given.
if test "${enable_show_ips+set}" = set; then
enableval="$enable_show_ips"
if test "$enableval" = yes; then

View File

@ -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.265 2004-10-16 21:17:44 sshwarts Exp $]])
AC_REVISION([[$Id: configure.in,v 1.266 2004-10-23 19:31:13 sshwarts Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -1114,7 +1114,7 @@ AC_ARG_ENABLE(port-e9-hack,
)
AC_MSG_CHECKING(show IPS)
AC_ARG_ENABLE(show_ips,
AC_ARG_ENABLE(show-ips,
[ --enable-show-ips show IPS],
[if test "$enableval" = yes; then
AC_MSG_RESULT(yes)