diff options
| author | Jack Nagel | 2013-06-03 20:43:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-03 20:43:15 -0500 |
| commit | 84e2b03682d8c0cce4ea62794d3346badece8c54 (patch) | |
| tree | 8ed6109990ba20d4ec9544edac907200dac27cb7 /Library | |
| parent | 3905b75cfe80df2a19d423f1cae4a2482717a028 (diff) | |
| download | homebrew-84e2b03682d8c0cce4ea62794d3346badece8c54.tar.bz2 | |
libzdb: remove unused configure switch
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libzdb.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libzdb.rb b/Library/Formula/libzdb.rb index 238f4870b..0d0b2dc6c 100644 --- a/Library/Formula/libzdb.rb +++ b/Library/Formula/libzdb.rb @@ -10,9 +10,10 @@ class Libzdb < Formula depends_on 'sqlite' => :recommended def install - args = ["--disable-debug", - "--disable-dependency-tracking", - "--prefix=#{prefix}"] + args = %W[ + --disable-dependency-tracking + --prefix=#{prefix} + ] args << "--without-postgresql" if build.without? 'postgresql' args << "--without-mysql" if build.without? 'mysql' |
