Check for ddraw header availability
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1894
This commit is contained in:
parent
e40d2a6f35
commit
7f29fe4b5a
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ dnl Some host detection and actions for them
|
|||
case "$target" in
|
||||
*-*-cygwin* | *-*-mingw32*)
|
||||
LIBS="$LIBS -lwinmm"
|
||||
AC_CHECK_HEADERS(ddraw.h)
|
||||
;;
|
||||
*-*-darwin*)
|
||||
dnl We have a problem here: both MacOS X and Darwin report
|
||||
|
|
Loading…
Add table
Reference in a new issue