aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-05-28 11:25:08 -0700
committerAdam Vandenberg2012-05-28 11:25:12 -0700
commit3900c62be966fa05d10df37f18b5f4aa0643eb9b (patch)
tree7e3c81cb7686f25a4e57fb7b83b24b11af9fc1e4 /Library
parent2927649c4eba7a093e709fcd82b50a64423417b0 (diff)
downloadhomebrew-3900c62be966fa05d10df37f18b5f4aa0643eb9b.tar.bz2
mosh: remove unused configure switch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mosh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mosh.rb b/Library/Formula/mosh.rb
index 384464db5..a08dacf2a 100644
--- a/Library/Formula/mosh.rb
+++ b/Library/Formula/mosh.rb
@@ -1,8 +1,8 @@
require 'formula'
class Mosh < Formula
- url 'http://mosh-scheme.googlecode.com/files/mosh-0.2.7.tar.gz'
homepage 'http://mosh.monaos.org'
+ url 'http://mosh-scheme.googlecode.com/files/mosh-0.2.7.tar.gz'
md5 '268598897536ff352296a905879940ad'
depends_on 'gmp'
@@ -13,7 +13,7 @@ class Mosh < Formula
end
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make install"