aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/autoconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb
index f70a5ee16..5bcadb143 100644
--- a/Library/Formula/autoconf.rb
+++ b/Library/Formula/autoconf.rb
@@ -11,6 +11,8 @@ class Autoconf < Formula
end
def install
+ ENV['PERL'] = '/usr/bin/perl'
+
# force autoreconf to look for and use our glibtoolize
inreplace 'bin/autoreconf.in', 'libtoolize', 'glibtoolize'
system "./configure", "--prefix=#{prefix}"