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:
parent
f65e065485
commit
ed7773728c
@ -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>
|
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* tests/check/Makefile.am:
|
* tests/check/Makefile.am:
|
||||||
|
@ -733,6 +733,7 @@ dnl *** nas ***
|
|||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_NAS, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_NAS, true)
|
||||||
AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
|
AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
|
||||||
HAVE_NAS="no"
|
HAVE_NAS="no"
|
||||||
|
AG_GST_CHECK_X
|
||||||
if test "x$HAVE_X" = "xyes"; then
|
if test "x$HAVE_X" = "xyes"; then
|
||||||
save_cppflags=$CFLAGS
|
save_cppflags=$CFLAGS
|
||||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user