aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-02-11 14:44:53 -0500
committerJack Nagel2014-02-11 14:44:53 -0500
commit0e7783f7adb82c209f87bed4292d30b51f46f9d5 (patch)
treee0a6710d494bf52e248de3484195989b44d2f8db
parentb1346218edfbf926f7cd3ecda17b0d6204ade3d8 (diff)
downloadhomebrew-0e7783f7adb82c209f87bed4292d30b51f46f9d5.tar.bz2
sqlite: drop redundant comment
-rw-r--r--Library/Formula/sqlite.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb
index 8931fdcfb..999690c2b 100644
--- a/Library/Formula/sqlite.rb
+++ b/Library/Formula/sqlite.rb
@@ -38,8 +38,6 @@ class Sqlite < Formula
def install
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.without? "rtree"
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS" if build.with? "fts"
-
- # enable this option by default
ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_COLUMN_METADATA"
ENV.universal_binary if build.universal?