config_query_option LIBXML2_OPTS \
                    'enable FTP support' \
                    n \
                    --with-ftp \
                    --without-ftp &&

config_query_option LIBXML2_OPTS \
                    'enable HTTP support' \
                    n \
                    --with-http \
                    --without-http
