From cf91aaa2b60893230f526d8d241e12c2b47508f8 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Tue, 21 Apr 2015 08:01:27 +0200 Subject: [PATCH] system.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO. This is an OpenPGP/MIME signed message (RFC 4880 and 3156) Signed-off-by: Mihai Moldovan --- src/daemon/system.pa.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/daemon/system.pa.in b/src/daemon/system.pa.in index 01cea10d2..06e3f1e6d 100755 --- a/src/daemon/system.pa.in +++ b/src/daemon/system.pa.in @@ -28,6 +28,10 @@ load-module module-udev-detect .ifexists module-hal-detect@PA_SOEXT@ load-module module-hal-detect .else +], @HAVE_COREAUDIO@, 1, [dnl +.ifexists module-coreaudio-detect@PA_SOEXT@ +load-module module-coreaudio-detect +.else ], [dnl .ifexists module-detect@PA_SOEXT@ ])dnl