Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 697:479b8c213f61
prev687:6bdc2b7032ea
next700:4650d0c7f6f9
author nkeynes
date Sun Jun 22 04:30:38 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Set log-level to trace automatically if we've asked for a trace on the command line
file annotate diff log raw
1.1 --- a/configure.in Sat Jun 14 11:54:15 2008 +0000
1.2 +++ b/configure.in Sun Jun 22 04:30:38 2008 +0000
1.3 @@ -154,6 +154,13 @@
1.4 AM_CONDITIONAL(BUILD_X86_64, [test "$SH4_TRANSLATOR" = "x86_64"])
1.5
1.6 dnl ------------------ Optional driver support -------------------
1.7 +dnl Check for Apple CoreAudio
1.8 +AC_CHECK_HEADER([AudioToolbox/AudioToolbox.h], [
1.9 + HAVE_CORE_AUDIO=yes
1.10 + LIBS="$LIBS -framework AudioToolbox -framework AudioUnit"
1.11 + AC_DEFINE([HAVE_CORE_AUDIO], 1, [Have Apple CoreAudio support]) ],[true ])
1.12 +AM_CONDITIONAL( AUDIO_OSX, [test "$HAVE_CORE_AUDIO" = 'yes'] )
1.13 +
1.14 dnl Check for pulseaudio
1.15 PKG_CHECK_MODULES(PULSE, [libpulse-simple], [
1.16 HAVE_PULSE='yes'
.