From c3b07fe35af0e87083e3478ca76cfa10a61d654c Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 26 Mar 2003 11:56:01 +0000 Subject: [PATCH] *-*- added before darwin* Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@797 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6a099c2b..1da5fe0a 100644 --- a/configure.in +++ b/configure.in @@ -78,7 +78,7 @@ case "$target" in *-*-cygwin* | *-*-mingw32*) LIBS="$LIBS -lwinmm" ;; - darwin*) + *-*-darwin*) dnl We have a problem here: both MacOS X and Darwin report dnl the same signature "powerpc-apple-darwin*" - so we have dnl to do more to distinguish them.