aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-09-11 21:30:12 -0500
committerJack Nagel2014-09-11 21:30:12 -0500
commit17b650bded8e9fa4e55770922ddac441a9025941 (patch)
tree8a1aa294be0510381461c879ff49781bc310bc6e /Library/Formula
parenta4c167216064f658dcc8289916d6b3b6ed257ef7 (diff)
downloadhomebrew-17b650bded8e9fa4e55770922ddac441a9025941.tar.bz2
pktanon: remove unused configure switch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pktanon.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pktanon.rb b/Library/Formula/pktanon.rb
index 57ce5a5d9..1f0cc55e9 100644
--- a/Library/Formula/pktanon.rb
+++ b/Library/Formula/pktanon.rb
@@ -29,8 +29,7 @@ class Pktanon < Formula
# include the boost system library to resolve compilation errors
ENV["LIBS"] = "-lboost_system-mt"
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"
end
end