summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-30 00:59:26 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-30 00:59:26 +0200
commit721ff772038c117da8746836533609eda7737443 (patch)
tree2160dfcf6865053e2037c254472d9064fcb4cb64
parentfe0cfc644cbe950d7d5c55d169e75dd549d216b3 (diff)
README
-rw-r--r--dtrain/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/README.md b/dtrain/README.md
index 077fbc58..9580df6d 100644
--- a/dtrain/README.md
+++ b/dtrain/README.md
@@ -13,7 +13,7 @@ Builds when building cdec, see ../BUILDING .
To build only parts needed for dtrain do
```
autoreconf -ifv
- ./configure [--disable-test]
+ ./configure [--disable-gtest]
cd dtrain/; make
```