default.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
authorMihai Moldovan <ionic@ionic.de>
Tue, 21 Apr 2015 06:01:16 +0000 (08:01 +0200)
committerArun Raghavan <git@arunraghavan.net>
Mon, 4 Jan 2016 07:09:21 +0000 (12:39 +0530)
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
Signed-off-by: Mihai Moldovan <ionic@ionic.de>
src/daemon/default.pa.in

index 5ec4641..783e326 100755 (executable)
@@ -70,6 +70,10 @@ ifelse(@HAVE_UDEV@, 1, [dnl
 .ifexists module-udev-detect@PA_SOEXT@
 load-module module-udev-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