diff options
| author | Jack Nagel | 2013-10-18 18:43:55 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-10-18 18:55:20 -0500 | 
| commit | 46aa0f1bf8b76b48299b237e3f5cafb086b8045b (patch) | |
| tree | 27e4d42fc1abed90c1c9bc24857725ffb38688da | |
| parent | f8e98c87e602c671dffed69c520410f3640031ac (diff) | |
| download | homebrew-46aa0f1bf8b76b48299b237e3f5cafb086b8045b.tar.bz2 | |
gobject-introspection: remove unrecognized configure switch
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 5 | 
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 | 
