From f3484a2384ffee6cfd2fa7ea3e89a716d065dfe8 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 15 Oct 2005 13:46:30 +0000 Subject: Fix setting of the wrong variable if vldXvMC.h is not found. CVS patchset: 7761 CVS date: 2005/10/15 13:46:30 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 728332175..4b85e7e25 100644 --- a/configure.ac +++ b/configure.ac @@ -659,7 +659,7 @@ fi if test x$ac_have_xxmc = "xyes"; then AC_CHECK_HEADERS(X11/extensions/vldXvMC.h, [ac_have_vldxvmc_h="yes"], - ac_have_xxmc="no",) + ac_have_vldxvmc="no",) if test "x$ac_have_vldxvmc_h" = "xyes"; then AC_DEFINE([HAVE_VLDXVMC], [1], [Define 1 if you have vldXvMC.h]) -- cgit v1.2.3