]> git.sur5r.net Git - openldap/commitdiff
fix comment
authorPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 16:20:00 +0000 (16:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 16:20:00 +0000 (16:20 +0000)
configure.in

index 707abf248c8663ea77fb55b97014900f8c10770c..fdd0f00bbdb91599fec51f4c69b7eba786623f5b 100644 (file)
@@ -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