drizzle: remove unused configure switch

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-24 16:47:08 -06:00
parent 6d988a009e
commit 2a88bb7ec2

View file

@ -1,8 +1,8 @@
require 'formula'
class Drizzle < Formula
url 'http://launchpad.net/drizzle/elliott/2011-03-14/+download/drizzle7-2011.03.13.tar.gz'
homepage 'http://drizzle.org'
url 'http://launchpad.net/drizzle/elliott/2011-03-14/+download/drizzle7-2011.03.13.tar.gz'
md5 'e152edfec45779c0bd34ece707aa022d'
depends_on 'protobuf'
@ -16,7 +16,7 @@ class Drizzle < Formula
skip_clean ['sbin', 'bin']
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end