mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Update configure.
This commit is contained in:
parent
9f55887315
commit
1fbe517aaf
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -7195,7 +7195,7 @@ EOF
|
|||
fi
|
||||
if test $ol_enable_dns != no ; then
|
||||
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
|
||||
|
||||
fi
|
||||
|
|
@ -7207,7 +7207,7 @@ EOF
|
|||
fi
|
||||
if test $ol_enable_referrals != no ; then
|
||||
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
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue