aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/auctex.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb
index 2fd8ec0a1..2142bdfff 100644
--- a/Library/Formula/auctex.rb
+++ b/Library/Formula/auctex.rb
@@ -9,7 +9,6 @@ class Auctex < Formula
head 'git://git.savannah.gnu.org/auctex.git'
depends_on :tex
-
depends_on :autoconf if build.head?
def options
@@ -72,5 +71,4 @@ class Auctex < Formula
#{dot_emacs}
EOS
end
-
end