aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libevent.rb')
-rw-r--r--Library/Formula/libevent.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb
index 80f03b80b..c66dc7ddd 100644
--- a/Library/Formula/libevent.rb
+++ b/Library/Formula/libevent.rb
@@ -7,7 +7,7 @@ class Libevent <Formula
head 'git://levent.git.sourceforge.net/gitroot/levent/levent'
def install
- system "./autogen.sh" if ARGV.include? '--HEAD'
+ system "./autogen.sh" if ARGV.build_head?
ENV.j1 # Needed for Mac Pro compilation
system "./configure", "--prefix=#{prefix}"