mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +00:00
configure: always call our check checks for the SUBUNIT conditional
The SUBUNIT conditional needs to be set even if check is disabled. Also remove a FIXME that is not needed any longer / after all.
This commit is contained in:
parent
e08cb58aa8
commit
db1acc3520
1 changed files with 3 additions and 5 deletions
|
@ -532,7 +532,6 @@ fi
|
||||||
AC_SUBST(GST_DISABLE_XML_DEFINE)
|
AC_SUBST(GST_DISABLE_XML_DEFINE)
|
||||||
|
|
||||||
dnl building of unit test libraries
|
dnl building of unit test libraries
|
||||||
dnl FIXME: disable gstcheck if we don't have pthread
|
|
||||||
AC_ARG_ENABLE(check,
|
AC_ARG_ENABLE(check,
|
||||||
AC_HELP_STRING([--disable-check], [disable building unit test libraries]),
|
AC_HELP_STRING([--disable-check], [disable building unit test libraries]),
|
||||||
[
|
[
|
||||||
|
@ -660,10 +659,9 @@ AC_DEFINE_UNQUOTED(GST_PLUGIN_SCANNER_INSTALLED,
|
||||||
|
|
||||||
SHAVE_INIT([common],[enable])
|
SHAVE_INIT([common],[enable])
|
||||||
|
|
||||||
dnl things for our internal libcheck
|
dnl things for our internal libcheck (must be called even if building
|
||||||
if test "x$BUILD_CHECK" = "xyes"; then
|
dnl libcheck is disabled because it defines conditionals)
|
||||||
AG_GST_CHECK_CHECKS()
|
AG_GST_CHECK_CHECKS()
|
||||||
fi
|
|
||||||
|
|
||||||
AC_CONFIG_FILES(
|
AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
|
|
Loading…
Reference in a new issue