mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
autotools: Remove --with-coverage configuration option
This commit is contained in:
parent
e80f27fc81
commit
54629e0f75
11
configure.ac
11
configure.ac
@ -137,8 +137,6 @@ AC_ARG_WITH(tls,
|
|||||||
[ --with-tls thread-local storage (off)])
|
[ --with-tls thread-local storage (off)])
|
||||||
AC_ARG_WITH(fexceptions,
|
AC_ARG_WITH(fexceptions,
|
||||||
[ --with-fexceptions add GCC flag -fexceptions for C++ exceptions (off)])
|
[ --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
|
||||||
dnl Legacy defaults
|
dnl Legacy defaults
|
||||||
@ -1107,15 +1105,6 @@ case "$host" in
|
|||||||
;;
|
;;
|
||||||
esac
|
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_LIBS="-lxml2"
|
||||||
XML_LIBTOOLLIBS="libxml2.la"
|
XML_LIBTOOLLIBS="libxml2.la"
|
||||||
NON_PC_LIBS="${THREAD_LIBS} ${ICONV_LIBS} ${LIBM} ${NET_LIBS} ${CRYPTO_LIBS}"
|
NON_PC_LIBS="${THREAD_LIBS} ${ICONV_LIBS} ${LIBM} ${NET_LIBS} ${CRYPTO_LIBS}"
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# AC_ARG_WITH / AC_ARG_ENABLE in configure.ac
|
# AC_ARG_WITH / AC_ARG_ENABLE in configure.ac
|
||||||
# [X] c14n
|
# [X] c14n
|
||||||
# [X] catalog
|
# [X] catalog
|
||||||
# [M] coverage - use meson, not minimum
|
|
||||||
# [X] debugging
|
# [X] debugging
|
||||||
# [X] fexceptions
|
# [X] fexceptions
|
||||||
# [X] ftp - not minimum
|
# [X] ftp - not minimum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user