optional_depends  mysql                  \
                  "--with-mysql"         \
                  "--without-mysql"      \
                  "for MySQL user auth"  &&

optional_depends  postgresql                  \
                  "--with-pgsql"              \
                  "--without-pgsql"           \
                  "for PostgreSQL user auth"  &&

optional_depends  linux-pam                 \
                  "--with-pam"              \
                  ""                        \
                  "for PAM authentication"
