aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-04-30 00:29:09 -0500
committerJack Nagel2013-04-30 00:29:09 -0500
commite9ae198f100678a8adda749dfc34e459458e0f37 (patch)
tree350d12a9b1b6e4e78fc01c442b9fa6d96168b89f /Library/Formula
parent1bd29038d2de7dfb90fd51718a5174f63181cd05 (diff)
downloadhomebrew-e9ae198f100678a8adda749dfc34e459458e0f37.tar.bz2
weechat: it's OK to make this assumption
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/weechat.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb
index 4be9febb8..952ff6782 100644
--- a/Library/Formula/weechat.rb
+++ b/Library/Formula/weechat.rb
@@ -49,8 +49,7 @@ class Weechat < Formula
args << '-DENABLE_RUBY=OFF' unless build.include? 'ruby'
args << '-DENABLE_PYTHON=OFF' unless build.include? 'python'
args << '-DENABLE_ASPELL=OFF' unless build.include? 'aspell'
- args << '-DENABLE_GUILE=OFF' unless build.include? 'guile' and \
- Formula.factory('guile').linked_keg.exist?
+ args << '-DENABLE_GUILE=OFF' unless build.include? 'guile'
# NLS/gettext support disabled for now since it doesn't work in stdenv
# see https://github.com/mxcl/homebrew/issues/18722