ref: 651cac88d6cebcebc86b18cbec1efeb397190ade
parent: 9805d0119a03fac98ac0169229a44022a5492831
author: Paul Brossier <piem@piem.org>
date: Mon Apr 28 16:27:39 EDT 2008
configure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin
--- a/configure.ac
+++ b/configure.ac
@@ -90,12 +90,15 @@
AM_CONDITIONAL(MINGW, false)
AM_CONDITIONAL(DARWIN, false)
-case "${host_os}" in
+case "${host}" in
*mingw* | *cygwin*)
mingw32_support="yes"
AC_CHECK_HEADER(windows.h)
AM_CONDITIONAL(MINGW, true)
LDFLAGS="$LDFLAGS -no-undefined"
+ ;;
+arm-apple-darwin)
+ dnl nothing to do here
;;
*darwin* | *rhapsody* | *macosx*)
dnl on macosx, cosf went to -lmx