summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 00:13:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 00:13:12 -0400
commitd1d05affe9801f742259743b4f765d3e042cffa5 (patch)
tree4259d8a7b74b003cd7e9d98ff15d7d507092406e
parent4afbc2da12379501ca3c5b5369db8339e87de220 (diff)
no need to globally enable CPP in cabal, it's enabled where needed
-rw-r--r--git-annex.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 9c2ffe0e8..c426f6bff 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -65,7 +65,6 @@ Executable git-annex
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
- Extensions: CPP
GHC-Options: -threaded
if flag(S3)