From ea00ff129f916a51996c40321c11eb8fdedb5e8e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 22 Feb 2013 16:08:03 +0100 Subject: [PATCH] git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options --- git-annex.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index b588a13216..d62f0a40de 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -132,7 +132,8 @@ Test-Suite test Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Extensions: CPP - GHC-Options: -threaded -DWITH_GLOB + GHC-Options: -threaded + CPP-Options: -DWITH_GLOB source-repository head type: git