summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-12 01:48:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-12 01:48:15 -0400
commit4417a0c5374818d66bb837d019e0081e20b69d65 (patch)
treedbd463d553988038bee44d7f8fba037d4f9bda5f
parentfdae1a0b18b03dcfc89bc7e81126c1b9c93ad23c (diff)
fix build without XMPP
not sure if I'll keep bothering with this option
-rw-r--r--GitAnnex.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index dcde2644c..81667ee76 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -124,7 +124,6 @@ cmds = concat
#ifdef WITH_ASSISTANT
, Command.Watch.def
, Command.Assistant.def
- , Command.XMPPGit.def
#ifdef WITH_WEBAPP
, Command.WebApp.def
#endif