From d30bc02fbefd573131757011ef644c2ee03003fd Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 11 Nov 2004 13:52:29 +0000 Subject: fix X-less build, thanks to Lucian Muresan for reporting and testing CVS patchset: 7113 CVS date: 2004/11/11 13:52:29 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 340a1b4be..16ffc2016 100644 --- a/configure.ac +++ b/configure.ac @@ -618,7 +618,6 @@ if test x$ac_have_xxmc = "xyes"; then [Define 1 if you have vldXvMC.h]) fi fi -AM_CONDITIONAL(HAVE_VLDXVMC, test x$ac_have_vldxvmc_h = "xyes") dnl Try fallback to standard XvMC if vld failed if test x$ac_have_xxmc = "xno"; then if test x$xxmc_stub == "xXvMCW"; then @@ -656,6 +655,7 @@ else fi LIBS="$saved_libs" fi +AM_CONDITIONAL(HAVE_VLDXVMC, test x$ac_have_vldxvmc_h = "xyes") AM_CONDITIONAL(HAVE_XXMC, test x$ac_have_xxmc = "xyes") AC_SUBST(XXMC_LIB) -- cgit v1.2.3