depends  g++  &&
depends  readline  '--without-included-readline'  &&

optional_depends  gnutls               \
                  '--with-gnutls'      \
                  '--without-gnutls'   \
                  'for encrypted communications support using GNUTLS' &&
optional_depends  openssl              \
                  '--with-openssl'     \
                  '--without-openssl'  \
                  'for encrypted communications support using OpenSSL' &&
optional_depends  expat  \
                  ''     \
                  ''     \
                  'for webdav property parsing'
