libdap: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:47 +00:00
parent 23c01437a1
commit 971b964b94

View file

@ -24,8 +24,6 @@ class Libdap < Formula
depends_on "libxml2"
depends_on "openssl"
needs :cxx11 if MacOS.version < :mavericks
def install
# Otherwise, "make check" fails
ENV.cxx11 if MacOS.version < :mavericks