depends apr0   "--with-apr=$INSTALL_ROOT/usr"   &&
depends expat "--with-expat=$INSTALL_ROOT/usr" &&

optional_depends db \
                 '--with-berkeley-db' \
                 '--without-berkeley-db' \
                 'for Berkeley DB support' &&
optional_depends gdbm \
                 '--with-gdbm' \
                 '--without-gdbm' \
                 'for GDBM support' &&
optional_depends  openldap \
                  '--enable-ldap --with-ldap' \
                  '' \
                  'for LDAP support'
