- let's try "bx_cdrom" instead of "bx_cdom"

This commit is contained in:
Bryce Denney 2002-10-27 13:28:30 +00:00
parent e6348a579e
commit 1dfbe73deb
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.154 2002/10/26 13:14:04 bdenney Exp .
# From configure.in Id: configure.in,v 1.155 2002/10/26 21:51:19 bdenney Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@ -19969,7 +19969,7 @@ if test "${enable_cdrom+set}" = set; then
if test "$enableval" = no; then
bx_cdrom=0
else
bx_cdom=1
bx_cdrom=1
fi
else
bx_cdrom=1

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.155 2002-10-26 21:51:19 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.156 2002-10-27 13:28:30 bdenney Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -1352,7 +1352,7 @@ AC_ARG_ENABLE(cdrom,
[if test "$enableval" = no; then
bx_cdrom=0
else
bx_cdom=1
bx_cdrom=1
fi],
[ bx_cdrom=1 ]
)