summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3756ca9..49692bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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:
Ignore some more elements for the states unit test, like
dfbvideosink which produces a segfault. Fixes bug #517854.
diff --git a/configure.ac b/configure.ac
index 47bd9cd3..3a14b814 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"