configure: Don't use AG_GST_CHECK_FEATURE for checking for gio-unix-2.0
authorSebastian Dröge <sebastian@centricular.com>
Thu, 17 Dec 2015 12:39:01 +0000 (13:39 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 17 Dec 2015 12:39:01 +0000 (13:39 +0100)
commitaadefefba88afe4acbe64454650f24e7ce7c8d70
treecac26b5b7d6908cba7e409968246a3071495d342
parent60bad4815db966a8e4f69e333203a995e38e0159
configure: Don't use AG_GST_CHECK_FEATURE for checking for gio-unix-2.0

It's meant to be used for external plugins that can then all be disabled via
--disable-external. gio-unix-2.0 however is just an optional dependency for
the TCP unit test.

Also when using AG_GST_CHECK_FEATURE like this, in the --disable-external part
there needs to be an AM_CONDITIONAL for the feature with FALSE.
configure.ac