summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 349da779f..9ca5ef69c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -495,9 +495,6 @@ dnl ----------------------------------------------
dnl With recent XFree86 or Xorg, dynamic linking is preferred!
dnl Only dynamic linking is possible when using libtool < 1.4.0
-dnl ----------------------------------------------
-dnl SECTION: Check for Xv and XvMC support (iconv is also tested here?)
-dnl ----------------------------------------------
AC_ARG_WITH(xv-path, AC_HELP_STRING([--with-xv-path=path], [where libXv is installed]),
xv_path="$withval",)
@@ -507,13 +504,9 @@ AC_ARG_ENABLE(shared-xv,
xv_prefer_shared="yes")
if test x"$no_x" != "xyes"; then
-
- dnl -----------------------------------------------
- dnl Finding install Xv library
- dnl -----------------------------------------------
AC_FIND_LIBXV
-
fi
+AM_CONDITIONAL(HAVE_XV, test x$ac_have_xv = "xyes")
host_or_hostalias="$host"