From 8936789631ce729e44fc8fc0296d4b7c0cf0c5f6 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 13 Mar 2005 19:23:09 +0000 Subject: add OS X configure stuff and added a skeleton audioOutput plugin for OS X git-svn-id: https://svn.musicpd.org/mpd/trunk@3074 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b2ddda6b0..a21304503 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,13 @@ AP_maGiC_VALUE ) fi +enable_osx=no +case $host in + *-darwin*) + AC_DEFINE(HAVE_OSX, 1, [Define for compiling OS X support]) + enable_osx=yes ;; +esac + if test x$enable_ogg = xno; then AC_MSG_WARN("disabling shout streaming support since vorbis was not found") fi @@ -582,6 +589,12 @@ else echo "Playing audio via ALSA ........disabled" fi +if test x$enable_osx = xyes; then + echo "Playing audio on OS X .........enabled" +else + echo "Playing audio on OS X .........disabled" +fi + if test x$enable_shout = xyes; then echo "Streaming through shout .......enabled" else -- cgit v1.2.3