load bt discover module only when installed

This commit is contained in:
Lennart Poettering 2009-04-01 16:15:27 +02:00
parent 707acabde5
commit dcb24f5068

View file

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