Added patch 884060 from Martin Battig
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1607
This commit is contained in:
parent
2b88ae212e
commit
3e170dbdcf
5 changed files with 126 additions and 1 deletions
|
@ -166,6 +166,9 @@ case "$target" in
|
|||
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
|
||||
LIBS="$LIBS -framework AudioUnit"
|
||||
;;
|
||||
*-*-linux-gnu*)
|
||||
AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux])
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_OUTPUT([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue