- fixed compiling with configure option combination '--enable-sb16 --disable-gameport'
This commit is contained in:
parent
8627bc1596
commit
e09bf42881
26
bochs/configure
vendored
26
bochs/configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: configure.in,v 1.303 2005/11/29 19:27:42 vruppert Exp .
|
# From configure.in Id: configure.in,v 1.304 2005/12/13 20:53:37 vruppert Exp .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
@ -36402,10 +36402,6 @@ if test "${enable_sb16+set}" = set; then
|
|||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define BX_SUPPORT_SB16 0
|
#define BX_SUPPORT_SB16 0
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define BX_SUPPORT_GAME 0
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
else
|
else
|
||||||
@ -36519,10 +36515,6 @@ echo "${ECHO_T}dummy" >&6
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
GAME_OBJS='gameport.o'
|
GAME_OBJS='gameport.o'
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define BX_SUPPORT_GAME 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
gameport_present=1
|
gameport_present=1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@ -36533,10 +36525,6 @@ echo "${ECHO_T}no" >&6
|
|||||||
#define BX_SUPPORT_SB16 0
|
#define BX_SUPPORT_SB16 0
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define BX_SUPPORT_GAME 0
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fi;
|
fi;
|
||||||
@ -36552,12 +36540,12 @@ if test "${enable_gameport+set}" = set; then
|
|||||||
if test "$enableval" = yes; then
|
if test "$enableval" = yes; then
|
||||||
echo "$as_me:$LINENO: result: yes" >&5
|
echo "$as_me:$LINENO: result: yes" >&5
|
||||||
echo "${ECHO_T}yes" >&6
|
echo "${ECHO_T}yes" >&6
|
||||||
if test "$gameport_present" = 0; then
|
|
||||||
GAME_OBJS='gameport.o'
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define BX_SUPPORT_GAME 1
|
#define BX_SUPPORT_GAME 1
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
if test "$gameport_present" = 0; then
|
||||||
|
GAME_OBJS='gameport.o'
|
||||||
case $target in
|
case $target in
|
||||||
*-cygwin* | *-mingw32*)
|
*-cygwin* | *-mingw32*)
|
||||||
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -lwinmm"
|
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -lwinmm"
|
||||||
@ -36576,9 +36564,17 @@ _ACEOF
|
|||||||
else
|
else
|
||||||
|
|
||||||
if test "$gameport_present" = 1; then
|
if test "$gameport_present" = 1; then
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define BX_SUPPORT_GAME 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
echo "$as_me:$LINENO: result: yes" >&5
|
echo "$as_me:$LINENO: result: yes" >&5
|
||||||
echo "${ECHO_T}yes" >&6
|
echo "${ECHO_T}yes" >&6
|
||||||
else
|
else
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define BX_SUPPORT_GAME 0
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
echo "${ECHO_T}no" >&6
|
echo "${ECHO_T}no" >&6
|
||||||
fi
|
fi
|
||||||
|
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
|||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(bochs.h)
|
AC_INIT(bochs.h)
|
||||||
AC_REVISION([[$Id: configure.in,v 1.303 2005-11-29 19:27:42 vruppert Exp $]])
|
AC_REVISION([[$Id: configure.in,v 1.304 2005-12-13 20:53:37 vruppert Exp $]])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_HEADER(ltdlconf.h)
|
AC_CONFIG_HEADER(ltdlconf.h)
|
||||||
|
|
||||||
@ -1784,7 +1784,6 @@ AC_ARG_ENABLE(sb16,
|
|||||||
[if test "$enableval" = no; then
|
[if test "$enableval" = no; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
AC_DEFINE(BX_SUPPORT_SB16, 0)
|
AC_DEFINE(BX_SUPPORT_SB16, 0)
|
||||||
AC_DEFINE(BX_SUPPORT_GAME, 0)
|
|
||||||
else
|
else
|
||||||
case "$enableval" in
|
case "$enableval" in
|
||||||
dummy)
|
dummy)
|
||||||
@ -1857,14 +1856,12 @@ AC_ARG_ENABLE(sb16,
|
|||||||
SB16_OBJS='sb16.o'
|
SB16_OBJS='sb16.o'
|
||||||
AC_DEFINE(BX_SUPPORT_SB16, 1)
|
AC_DEFINE(BX_SUPPORT_SB16, 1)
|
||||||
GAME_OBJS='gameport.o'
|
GAME_OBJS='gameport.o'
|
||||||
AC_DEFINE(BX_SUPPORT_GAME, 1)
|
|
||||||
gameport_present=1
|
gameport_present=1
|
||||||
fi],
|
fi],
|
||||||
|
|
||||||
[
|
[
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
AC_DEFINE(BX_SUPPORT_SB16, 0)
|
AC_DEFINE(BX_SUPPORT_SB16, 0)
|
||||||
AC_DEFINE(BX_SUPPORT_GAME, 0)
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
AC_SUBST(SB16_OBJS)
|
AC_SUBST(SB16_OBJS)
|
||||||
@ -1876,9 +1873,9 @@ AC_ARG_ENABLE(gameport,
|
|||||||
[ --enable-gameport enable standard PC gameport support],
|
[ --enable-gameport enable standard PC gameport support],
|
||||||
[if test "$enableval" = yes; then
|
[if test "$enableval" = yes; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
AC_DEFINE(BX_SUPPORT_GAME, 1)
|
||||||
if test "$gameport_present" = 0; then
|
if test "$gameport_present" = 0; then
|
||||||
GAME_OBJS='gameport.o'
|
GAME_OBJS='gameport.o'
|
||||||
AC_DEFINE(BX_SUPPORT_GAME, 1)
|
|
||||||
case $target in
|
case $target in
|
||||||
*-cygwin* | *-mingw32*)
|
*-cygwin* | *-mingw32*)
|
||||||
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -lwinmm"
|
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -lwinmm"
|
||||||
@ -1892,8 +1889,10 @@ AC_ARG_ENABLE(gameport,
|
|||||||
fi],
|
fi],
|
||||||
[
|
[
|
||||||
if test "$gameport_present" = 1; then
|
if test "$gameport_present" = 1; then
|
||||||
|
AC_DEFINE(BX_SUPPORT_GAME, 1)
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
else
|
else
|
||||||
|
AC_DEFINE(BX_SUPPORT_GAME, 0)
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi]
|
fi]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user