Skip to content

Commit

Permalink
Merge pull request trusteddomainproject#192 from orlitzky/sasl-ldap-p…
Browse files Browse the repository at this point in the history
…kgconfig
  • Loading branch information
futatuki committed Mar 4, 2024
2 parents 1cb183e + 12b1403 commit deb9af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ OPENLDAP_LIBS=""
if test \( x"$ldappath" = x"auto" -o x"$ldappath" = x"yes" \) -a \
x"$PKG_CONFIG" != x""
then
PKG_CHECK_MODULES([OPENLDAP], [openldap >= 2.0.0],
PKG_CHECK_MODULES([OPENLDAP], [ldap >= 2.0.0],
[
ldap_found="yes"
OPENLDAP_CPPFLAGS="$OPENLDAP_CFLAGS"
Expand Down Expand Up @@ -1890,7 +1890,7 @@ sasl_found="no"
if test \( x"$saslpath" = x"auto" -o x"$saslpath" = x"yes" \) -a \
x"$PKG_CONFIG" != x""
then
PKG_CHECK_MODULES([SASL], [cyrussasl >= 2.1.0],
PKG_CHECK_MODULES([SASL], [libsasl2 >= 2.1.0],
[
sasl_found="yes"
SASL_CPPFLAGS="$SASL_CFLAGS"
Expand Down

0 comments on commit deb9af5

Please sign in to comment.