libdap: remove checks for old compilers.
This commit is contained in:
parent
23c01437a1
commit
971b964b94
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ class Libdap < Formula
|
||||||
depends_on "libxml2"
|
depends_on "libxml2"
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
|
|
||||||
needs :cxx11 if MacOS.version < :mavericks
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Otherwise, "make check" fails
|
# Otherwise, "make check" fails
|
||||||
ENV.cxx11 if MacOS.version < :mavericks
|
ENV.cxx11 if MacOS.version < :mavericks
|
||||||
|
|
Loading…
Reference in a new issue