only warn about missing dbus support on linux

This commit is contained in:
Joey Hess 2016-05-24 16:51:10 -04:00
parent bbe42999ae
commit 2b7b2c4136
Failed to extract signature

View file

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