Revert "Always enable trivial-httpd for tests"

This reverts commit 82699a67db.
This commit is contained in:
Alex Kiernan 2019-10-19 22:20:27 +01:00
parent 8f0b225d60
commit 967ea66921
3 changed files with 0 additions and 7 deletions

View File

@ -39,7 +39,6 @@ AM_DISTCHECK_CONFIGURE_FLAGS += \
--enable-gtk-doc \
--enable-man \
--disable-maintainer-mode \
--enable-trivial-httpd-cmdline \
$(NULL)
GITIGNOREFILES = aclocal.m4 build-aux/ buildutil/*.m4 config.h.in gtk-doc.make

View File

@ -22,11 +22,6 @@ case "${CONFIGOPTS:-}" in
fi
;;
esac
# unless libsoup is disabled, enable trivial-httpd for the tests
case "${CONFIGOPTS:-}" in
*--without-soup*) ;;
*) CONFIGOPTS="${CONFIGOPTS:-} --enable-trivial-httpd-cmdline" ;;
esac
# always fail on warnings; https://github.com/ostreedev/ostree/pull/971
# NB: this disables the default set of flags from configure.ac

View File

@ -85,7 +85,6 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
../configure \
--enable-always-build-tests \
--enable-trivial-httpd-cmdline \
${ci_configopts}
"$@"