- temporary fix for the "*-apple-darwin*" case to use the MacOSX sound module
(some more changes to use latest version of the sound interface may be required)
This commit is contained in:
parent
18d36edbf0
commit
a0fa1f958e
4
bochs/configure
vendored
4
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 10291 2011-04-01 16:19:15Z vruppert .
|
||||
# From configure.in Id: configure.in 10304 2011-04-12 16:17:22Z vruppert .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65.
|
||||
#
|
||||
@ -23464,7 +23464,7 @@ $as_echo "win" >&6; }
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: win" >&5
|
||||
$as_echo "win" >&6; }
|
||||
;;
|
||||
*-macosx* | *-macos*)
|
||||
*-macosx* | *-macos* | *-apple-darwin*)
|
||||
SOUNDLOW_OBJS='soundosx.o'
|
||||
$as_echo "#define BX_SOUND_LOWLEVEL_C bx_sound_osx_c" >>confdefs.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user