summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-01 22:05:27 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-01 22:05:27 +0000
commitbcbc24e273426540d4579bfa3fb7c63a25d739bd (patch)
tree2e9a1bf3ec659395aa22cfe96e14e04e38758dd4
parentc7f232ad3c7808ae38cc3eefea633a69615864a4 (diff)
downloadxine-lib-bcbc24e273426540d4579bfa3fb7c63a25d739bd.tar.gz
xine-lib-bcbc24e273426540d4579bfa3fb7c63a25d739bd.tar.bz2
Define CONFIG_DARWIN when building for Darwin (i.e.: Mac OS X).
Patch thanks to Matt Messier. CVS patchset: 8783 CVS date: 2007/04/01 22:05:27
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a418cfb6..d1f22fdda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,7 @@ AM_PROG_AS
case "$host_os" in
*darwin*)
AC_PROG_OBJC
+ CPPFLAGS="$CPPFLAGS -DCONFIG_DARWIN"
;;
esac