openldap 2.4.44: fix option name (#13588)

This commit is contained in:
Martin Lück 2017-05-16 18:40:44 +02:00 committed by FX Coudert
parent 8cc691ea1c
commit 5c98776f53

View file

@ -42,7 +42,7 @@ class Openldap < Formula
--enable-valsort
]
args << "--enable-bdb=no" << "--enable-hdb=no" if build.without? "berkeley-db4"
args << "--enable-bdb=no" << "--enable-hdb=no" if build.without? "berkeley-db@4"
args << "--enable-sssvlv=yes" if build.with? "sssvlv"
system "./configure", *args