]> code.delx.au - pulseaudio/commitdiff
load bt discover module only when installed
authorLennart Poettering <lennart@poettering.net>
Wed, 1 Apr 2009 14:15:27 +0000 (16:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Apr 2009 14:15:27 +0000 (16:15 +0200)
src/daemon/default.pa.in

index 57ccd9f47a578361d464832ae97462d3b0a222cd..fa0683e10e54e14b171f2254d5b0276c63d25eb7 100755 (executable)
@@ -58,9 +58,9 @@ load-module module-detect
 .endif
 
 ### Automatically load driver modules for Bluetooth hardware
-#.ifexists module-bluetooth-discover@PA_SOEXT@
+.ifexists module-bluetooth-discover@PA_SOEXT@
 load-module module-bluetooth-discover
-#.endif
+.endif
 
 ### Load several protocols
 .ifexists module-esound-protocol-unix@PA_SOEXT@