aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-10-18 18:43:55 -0500
committerJack Nagel2013-10-18 18:55:20 -0500
commit46aa0f1bf8b76b48299b237e3f5cafb086b8045b (patch)
tree27e4d42fc1abed90c1c9bc24857725ffb38688da /Library/Formula
parentf8e98c87e602c671dffed69c520410f3640031ac (diff)
downloadhomebrew-46aa0f1bf8b76b48299b237e3f5cafb086b8045b.tar.bz2
gobject-introspection: remove unrecognized configure switch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gobject-introspection.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb
index 276d1e503..c7c78d637 100644
--- a/Library/Formula/gobject-introspection.rb
+++ b/Library/Formula/gobject-introspection.rb
@@ -17,10 +17,7 @@ class GobjectIntrospection < Formula
def install
ENV.universal_binary if build.universal?
inreplace 'giscanner/transformer.py', '/usr/share', HOMEBREW_PREFIX/'share'
- system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- # Tests require (at least) cairo, disable them.
- "--disable-tests"
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end