aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-31 12:42:05 -0700
committerAdam Vandenberg2013-03-31 12:42:05 -0700
commit0d0ee0d8ad00ab79f682f200f206f55c55d7f49a (patch)
treeb8e1e4b728b5c7dc9819047685d4736719a69028 /Library
parentf57ed5349ab60b0db24fe35f257ebf36a3f620e2 (diff)
downloadhomebrew-0d0ee0d8ad00ab79f682f200f206f55c55d7f49a.tar.bz2
xmlrpc-c: remove unused configure switch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xmlrpc-c.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/xmlrpc-c.rb b/Library/Formula/xmlrpc-c.rb
index e82f8fa31..5e501875a 100644
--- a/Library/Formula/xmlrpc-c.rb
+++ b/Library/Formula/xmlrpc-c.rb
@@ -8,8 +8,7 @@ class XmlrpcC < Formula
def install
ENV.deparallelize
# --enable-libxml2-backend to lose some weight and not statically link in expat
- system "./configure", "--disable-debug",
- "--enable-libxml2-backend",
+ system "./configure", "--enable-libxml2-backend",
"--prefix=#{prefix}"
# xmlrpc-config.h cannot be found if only calling make install