- apparantly freebsd works with linux sound code. Now you can type

configure --enable-sb16=freebsd and it works according to
   Jeroen Ruigrok/asmodai <asmodai@wxs.nl>
This commit is contained in:
Bryce Denney 2002-01-16 19:52:28 +00:00
parent 8ce8b8e551
commit d7ea373b90
2 changed files with 6690 additions and 2975 deletions

9663
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -816,7 +816,7 @@ AC_ARG_ENABLE(sb16,
AC_DEFINE(BX_SOUND_OUTPUT_C, bx_sound_output_c)
AC_MSG_RESULT(dummy)
;;
linux)
freebsd|linux)
SB16_OBJS='$(SB16_LINUX_OBJS)'
AC_DEFINE(BX_SOUND_OUTPUT_C, bx_sound_linux_c)
AC_MSG_RESULT(linux)