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

(-)a/contrib/dlz/config.dlz.in (-2 / +1 lines)
Lines 396-402 case "$use_dlz_ldap" in Link Here
396
	*)
396
	*)
397
		DLZ_ADD_DRIVER(LDAP, dlz_ldap_driver,
397
		DLZ_ADD_DRIVER(LDAP, dlz_ldap_driver,
398
				[-I$use_dlz_ldap/include],
398
				[-I$use_dlz_ldap/include],
399
				[-L$use_dlz_ldap/lib -lldap -llber])
399
				[-lldap -llber])
400
400
401
		AC_MSG_RESULT(
401
		AC_MSG_RESULT(
402
[using LDAP from $use_dlz_ldap/lib and $use_dlz_ldap/include])
402
[using LDAP from $use_dlz_ldap/lib and $use_dlz_ldap/include])
403
- 

Return to bug 739062