From 7f29fe4b5a4fda1b8255f63dda20a1c38da7146a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 24 Jul 2004 18:52:03 +0000 Subject: [PATCH] Check for ddraw header availability Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1894 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 0cc5ca58..3f04af1e 100644 --- a/configure.in +++ b/configure.in @@ -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