depends  zlib    &&
depends  perl    &&
depends  procps  &&
depends -sub CXX gcc     &&

if [[ $OLD == y ]]; then
  optional_depends SSL \
                   "--with-opennssl" \
                   "--without-opennssl" \
                   "for OpenSSL support"
else
  optional_depends SSL \
                   "--with-ssl" \
                   "--without-ssl" \
                   "for OpenSSL support"
fi  &&

if  ! list_find "$MSQL_ENGINES" "none"  &&  list_find "$MSQL_ENGINES" "BerkeleyDB"; then
  depends  db  "--with-berkeley-db"
fi
