Commit c4ddcb781219cdd586f5613fa1c80178bc496e38

Vicent Martí 2011-05-11T11:49:45

Merge pull request #182 from darkhelmet/patch-1 Add --with-redis flag to list of available build flags in README.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README.md b/README.md
index dae6a76..b6779bd 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,9 @@ The waf build system for libgit2 accepts the following flags:
 	--with-sqlite
 		Enable sqlite support.
 
+	--with-redis
+		Enable redis support.
+
 You can run `./waf --help` to see a full list of install options and
 targets.