summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/xv.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/xv.m4 b/m4/xv.m4
index 430c4d7ed..8d464591a 100644
--- a/m4/xv.m4
+++ b/m4/xv.m4
@@ -68,6 +68,10 @@ AC_DEFUN([AC_FIND_LIBXV],
xv_path=`echo $X_LIBS | sed -e 's/\-L\(.*\)/\1/'`
fi
+ if test x$xv_path = x; then
+ xv_path=/usr/X11R6/lib
+ fi
+
if test "x$xv_prefer_shared" = "xyes"; then
AC_PATH_LIBXV_IMPL([libXv.so])
else