autotools: Remove --with-coverage configuration option

This commit is contained in:
Nick Wellnhofer 2024-05-21 20:25:23 +02:00
parent e80f27fc81
commit 54629e0f75
2 changed files with 0 additions and 12 deletions

View File

@ -137,8 +137,6 @@ AC_ARG_WITH(tls,
[ --with-tls thread-local storage (off)])
AC_ARG_WITH(fexceptions,
[ --with-fexceptions add GCC flag -fexceptions for C++ exceptions (off)])
AC_ARG_WITH(coverage,
[ --with-coverage build for code coverage with GCC (off)])
dnl
dnl Legacy defaults
@ -1107,15 +1105,6 @@ case "$host" in
;;
esac
if test "$with_coverage" = "yes" && test "${GCC}" = "yes"
then
echo Enabling code coverage for GCC
AM_CFLAGS="$AM_CFLAGS -fprofile-arcs -ftest-coverage"
AM_LDFLAGS="$AM_LDFLAGS -fprofile-arcs -ftest-coverage"
else
echo Disabling code coverage for GCC
fi
XML_LIBS="-lxml2"
XML_LIBTOOLLIBS="libxml2.la"
NON_PC_LIBS="${THREAD_LIBS} ${ICONV_LIBS} ${LIBM} ${NET_LIBS} ${CRYPTO_LIBS}"

View File

@ -2,7 +2,6 @@
# AC_ARG_WITH / AC_ARG_ENABLE in configure.ac
# [X] c14n
# [X] catalog
# [M] coverage - use meson, not minimum
# [X] debugging
# [X] fexceptions
# [X] ftp - not minimum