optional_depends  db  "--enable-db"  "--disable-db"  "Berkeley DB support"     &&
optional_depends  cyrus-sasl  "--with-sasl"  "--without-sasl"  "Sasl support"  &&
if [[ ${LIBETPAN_TLS} == "gnutls" ]]
then
  depends  gnutls  "--without-openssl --with-gnutls"
elif [[ ${LIBETPAN_TLS} == "openssl" ]]
then
  depends  openssl  "--with-openssl --without-gnutls"
fi                                                                             &&
if [ "$CVS" = "y" ]; then
  depends  CVS
fi
