configure.ac: Check for X for the nas plugin to make it possible to build it again. Fixes bug #517895.

Original commit message from CVS:
* configure.ac:
Check for X for the nas plugin to make it possible to build it
again. Fixes bug #517895.
This commit is contained in:
Sebastian Dröge 2008-02-22 05:48:33 +00:00
parent f65e065485
commit ed7773728c
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
Check for X for the nas plugin to make it possible to build it
again. Fixes bug #517895.
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/Makefile.am:

View file

@ -733,6 +733,7 @@ dnl *** nas ***
translit(dnm, m, l) AM_CONDITIONAL(USE_NAS, true)
AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
HAVE_NAS="no"
AG_GST_CHECK_X
if test "x$HAVE_X" = "xyes"; then
save_cppflags=$CFLAGS
CPPFLAGS="$CPPFLAGS $X_CFLAGS"