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:
Tim-Philipp Müller 2009-12-19 14:27:05 +00:00
parent e08cb58aa8
commit db1acc3520

View file

@ -532,7 +532,6 @@ fi
AC_SUBST(GST_DISABLE_XML_DEFINE)
dnl building of unit test libraries
dnl FIXME: disable gstcheck if we don't have pthread
AC_ARG_ENABLE(check,
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])
dnl things for our internal libcheck
if test "x$BUILD_CHECK" = "xyes"; then
AG_GST_CHECK_CHECKS()
fi
dnl things for our internal libcheck (must be called even if building
dnl libcheck is disabled because it defines conditionals)
AG_GST_CHECK_CHECKS()
AC_CONFIG_FILES(
Makefile