[Date Prev][Date Next] [Chronological] [Thread] [Top]

possible configure.in problem (ITS#1397)



Just noticed in the code at about line 237 of version 1.371

    if test $ol_enable_ldbm = yes ; then
        AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm argument])
    fi
    if test $ol_enable_meta = yes ; then
        AC_MSG_WARN([slapd disabled, ignoring --enable-meta argument])
    fi
    if test $ol_enable_module = yes ; then
                                           <--- should be ol_enable_monitor??
        AC_MSG_WARN([slapd disabled, ignoring --enable-monitor argument])
    fi
    if test $ol_enable_passwd = yes ; then
        AC_MSG_WARN([slapd disabled, ignoring --enable-passwd argument])
    fi
    if test $ol_enable_perl = yes ; then
        AC_MSG_WARN([slapd disabled, ignoring --enable-perl argument])
    fi
    if test $ol_enable_shell = yes ; then
        AC_MSG_WARN([slapd disabled, ignoring --enable-shell argument])
    fi