Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 918512
Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 1788-1794 OPENLDAP_LIBS="" Link Here
1788
if test \( x"$ldappath" = x"auto" -o x"$ldappath" = x"yes" \) -a \
1788
if test \( x"$ldappath" = x"auto" -o x"$ldappath" = x"yes" \) -a \
1789
	x"$PKG_CONFIG" != x""
1789
	x"$PKG_CONFIG" != x""
1790
then
1790
then
1791
        PKG_CHECK_MODULES([OPENLDAP], [openldap >= 2.0.0],
1791
        PKG_CHECK_MODULES([OPENLDAP], [ldap >= 2.0.0],
1792
	[
1792
	[
1793
		ldap_found="yes"
1793
		ldap_found="yes"
1794
		OPENLDAP_CPPFLAGS="$OPENLDAP_CFLAGS"
1794
		OPENLDAP_CPPFLAGS="$OPENLDAP_CFLAGS"
Lines 1878-1884 sasl_found="no" Link Here
1878
if test \( x"$saslpath" = x"auto" -o x"$saslpath" = x"yes" \) -a \
1878
if test \( x"$saslpath" = x"auto" -o x"$saslpath" = x"yes" \) -a \
1879
	x"$PKG_CONFIG" != x""
1879
	x"$PKG_CONFIG" != x""
1880
then
1880
then
1881
        PKG_CHECK_MODULES([SASL], [cyrussasl >= 2.1.0],
1881
        PKG_CHECK_MODULES([SASL], [libsasl2 >= 2.1.0],
1882
	[
1882
	[
1883
		sasl_found="yes"
1883
		sasl_found="yes"
1884
		SASL_CPPFLAGS="$SASL_CFLAGS"
1884
		SASL_CPPFLAGS="$SASL_CFLAGS"

Return to bug 918512