From 6ab0afd854e1d04ae2e5c69a9cb79ddffff34c3b Mon Sep 17 00:00:00 2001 From: Christian Vogler Date: Sat, 1 Jun 2002 15:55:41 +0000 Subject: fix apparent typo in Xv test that broke the configure script CVS patchset: 1978 CVS date: 2002/06/01 15:55:41 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 40d25b1a2..02502e990 100644 --- a/configure.in +++ b/configure.in @@ -350,7 +350,7 @@ AC_ARG_WITH(xv-path,[ --with-xv-path=path Where $xv_lib is installed], xv_path="$withval", xv_path="/usr/X11R6/lib") AC_CHECK_LIB(Xv, XvShmCreateImage, - [ AC_MSG_CHECKING(for $xv_lib location)w + [ AC_MSG_CHECKING(for $xv_lib location) if test -f "$xv_path/$xv_lib"; then AC_MSG_RESULT(found in $xv_path) XV_LIB="-lXv" -- cgit v1.2.3