From: Pierangelo Masarati Date: Fri, 6 Jan 2006 16:20:00 +0000 (+0000) Subject: fix comment X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~445 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60ccde8f147bd99f385b5a44232432fccc83089a;p=openldap fix comment --- diff --git a/configure.in b/configure.in index 707abf248c..fdd0f00bbd 100644 --- a/configure.in +++ b/configure.in @@ -2906,7 +2906,7 @@ if test "$ol_enable_denyop" != no ; then MFLAG=SLAPD_MOD_STATIC SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o" fi - AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Dynamic Group overlay]) + AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Deny Operation overlay]) fi if test "$ol_enable_dyngroup" != no ; then