summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 05:48:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 05:48:33 +0000
commited7773728c669f1721e3d7554841db1c5826878e (patch)
tree74d0fd7ef58683c7f0ec92c65c57b34f1c96055d /configure.ac
parentf65e0654850f6f6d1b0f9488ec9196845ca09984 (diff)
downloadgst-plugins-bad-ed7773728c669f1721e3d7554841db1c5826878e.tar.gz
gst-plugins-bad-ed7773728c669f1721e3d7554841db1c5826878e.tar.bz2
gst-plugins-bad-ed7773728c669f1721e3d7554841db1c5826878e.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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"