From 813bbce232b4b2cea5e8bc2539995dc3eaeb43f1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 1 Dec 2013 10:17:29 -0800 Subject: litmus: style nits --- Library/Formula/litmus.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/litmus.rb b/Library/Formula/litmus.rb index 301fa2e4a..6753d61be 100644 --- a/Library/Formula/litmus.rb +++ b/Library/Formula/litmus.rb @@ -6,8 +6,8 @@ class Litmus < Formula sha1 '42ad603035d15798facb3be79b1c51376820cb19' def install - # Just basic options for now. We could use --with-ssl or alternative neon using dependency tracking? - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--disable-debug", + "--prefix=#{prefix}" system "make install" end end -- cgit v1.2.3