From 9b4f9570991160b38c992758e13dd2dfdbdbb0f9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 1 Sep 2011 13:59:27 -0700 Subject: encfs: remove unused configure switch --- Library/Formula/encfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/encfs.rb') 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" -- cgit v1.2.3