Update configure.

This commit is contained in:
Kurt Zeilenga 1998-11-18 20:12:31 +00:00
parent 9f55887315
commit 1fbe517aaf

4
configure vendored
View File

@ -7195,7 +7195,7 @@ EOF
fi fi
if test $ol_enable_dns != no ; then if test $ol_enable_dns != no ; then
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
#define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS LDAP_API_VENDOR_VERSION #define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS 1
EOF EOF
fi fi
@ -7207,7 +7207,7 @@ EOF
fi fi
if test $ol_enable_referrals != no ; then if test $ol_enable_referrals != no ; then
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
#define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_API_VENDOR_VERSION #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS 1
EOF EOF
fi fi