aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/encfs.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-01 13:59:27 -0700
committerAdam Vandenberg2011-09-01 13:59:27 -0700
commit9b4f9570991160b38c992758e13dd2dfdbdbb0f9 (patch)
treefc13f935077b3ca5a273202d9fa7808b32112d9a /Library/Formula/encfs.rb
parent928f89f1d8ecb851157fa7ae4bc710d85e5a5d66 (diff)
downloadhomebrew-9b4f9570991160b38c992758e13dd2dfdbdbb0f9.tar.bz2
encfs: remove unused configure switch
Diffstat (limited to 'Library/Formula/encfs.rb')
-rw-r--r--Library/Formula/encfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb
index e2375a4bf..f7a4ebafa 100644
--- a/Library/Formula/encfs.rb
+++ b/Library/Formula/encfs.rb
@@ -19,7 +19,7 @@ class Encfs < Formula
end
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-boost=#{HOMEBREW_PREFIX}"
system "make"