diff options
-rw-r--r-- | Assistant/Threads/MountWatcher.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Assistant/Threads/MountWatcher.hs b/Assistant/Threads/MountWatcher.hs index dd45598f8..a741b731d 100644 --- a/Assistant/Threads/MountWatcher.hs +++ b/Assistant/Threads/MountWatcher.hs @@ -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" $ |