Page MenuHomePhabricator

No OneTemporary

File Metadata

Created
Fri, Apr 24, 11:53 AM
diff --git a/trunk/makehivex.sh b/trunk/makehivex.sh
index 70221e6..2d9b642 100755
--- a/trunk/makehivex.sh
+++ b/trunk/makehivex.sh
@@ -1,7 +1,7 @@
#!/bin/bash
cd hivex
-./configure --without-ocaml --without-perl --without-python --without-ruby
+./configure --disable-ocaml --disable-perl --disable-python --disable-ruby
make
cd ..

Event Timeline