From f1f90cb30b5318b3d13c1d401bd81a0747ec7b40 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Jul 2012 12:14:57 -0400 Subject: [PATCH] add warning when building without the webapp --- Assistant.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assistant.hs b/Assistant.hs index 072aa3be3b..6b155a4a67 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -115,6 +115,8 @@ import Assistant.Threads.MountWatcher import Assistant.Threads.TransferScanner #ifdef WITH_WEBAPP import Assistant.Threads.WebApp +#else +#warning Building without the webapp. You probably need to install Yesod.. #endif import qualified Utility.Daemon import Utility.LogFile