summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1310d9ae0..1205ddfe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -434,7 +434,7 @@ dnl
dnl xine_check use Xv functions API.
dnl
if test x$ac_have_xv = "xyes"; then
- EXTRA_X_LIBS="-L$xv_path $XV_LIBS -lXext"
+ EXTRA_X_LIBS="-L$xv_path $XV_LIB -lXext"
EXTRA_X_CFLAGS=""
fi
AC_SUBST(XV_LIB)