only warn about missing dbus support on linux
This commit is contained in:
parent
bbe42999ae
commit
2b7b2c4136
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ import Data.Word (Word32)
|
|||
import Control.Concurrent
|
||||
import qualified Control.Exception as E
|
||||
#else
|
||||
#ifdef linux_HOST_OS
|
||||
#warning Building without dbus support; will use mtab polling
|
||||
#endif
|
||||
#endif
|
||||
|
||||
mountWatcherThread :: UrlRenderer -> NamedThread
|
||||
mountWatcherThread urlrenderer = namedThread "MountWatcher" $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue