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 <ionic@ionic.de>
This commit is contained in:
Mihai Moldovan 2015-04-21 08:01:27 +02:00 committed by Arun Raghavan
parent 48c91d52f9
commit cf91aaa2b6

View file

@ -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