#depends  apr       "--with-apr=${INSTALL_ROOT}/usr"       &&
#depends  apr-util  "--with-apr-util=${INSTALL_ROOT}/usr"  &&
depends  apr      &&
depends  apr-util &&

optional_depends  openssl                \
                  '--enable-ssl'         \
                  '--disable-ssl'        \
                  'for SSL/TLS support'  &&

optional_depends  'pcre'                                                   \
                  '--with-pcre'                                            \
                  ''                                                       \
                  'for system Perl Compatible Regular Expression Library'
