- Bernd's configure seems to want both cdrom.o and cdrom_beos.o, though I'm

not sure it's required.
This commit is contained in:
Bryce Denney 2001-12-07 18:51:29 +00:00
parent ce8fde4bf1
commit 706f0629f8
2 changed files with 2 additions and 2 deletions

2
bochs/configure vendored
View File

@ -4317,7 +4317,7 @@ EOF
CDROM_OBJS="cdrom_amigaos.o"
elif test "$with_beos" = yes; then
# use the beos cdrom file instead
CDROM_OBJS="cdrom_beos.o"
CDROM_OBJS="$CDROM_OBJS cdrom_beos.o"
fi
cat >> confdefs.h <<\EOF
#define BX_SUPPORT_CDROM 1

View File

@ -779,7 +779,7 @@ AC_ARG_ENABLE(cdrom,
CDROM_OBJS="cdrom_amigaos.o"
elif test "$with_beos" = yes; then
# use the beos cdrom file instead
CDROM_OBJS="cdrom_beos.o"
CDROM_OBJS="$CDROM_OBJS cdrom_beos.o"
fi
AC_DEFINE(BX_SUPPORT_CDROM, 1)
fi],