From 1fbe517aaf0a8d8999fab400d81385d97257ca5e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 18 Nov 1998 20:12:31 +0000 Subject: [PATCH] Update configure. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b1e6fbf040..5ddb98e5aa 100755 --- a/configure +++ b/configure @@ -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 -- 2.39.5