freetds: remove options

This commit is contained in:
FX Coudert 2019-01-13 18:56:31 +01:00
parent 251ad012f6
commit a4f3fb10c1

View file

@ -19,8 +19,6 @@ class Freetds < Formula
depends_on "libtool" => :build
end
option "with-msdblib", "Enable Microsoft behavior in the DB-Library API where it diverges from Sybase's"
depends_on "pkg-config" => :build
depends_on "openssl"
depends_on "unixodbc"
@ -38,10 +36,6 @@ class Freetds < Formula
--enable-odbc-wide
]
if build.with? "msdblib"
args << "--enable-msdblib"
end
if build.head?
system "./autogen.sh", *args
else