diff options
author | Christian Vogler <cvogler@users.sourceforge.net> | 2002-06-01 15:55:41 +0000 |
---|---|---|
committer | Christian Vogler <cvogler@users.sourceforge.net> | 2002-06-01 15:55:41 +0000 |
commit | 6ab0afd854e1d04ae2e5c69a9cb79ddffff34c3b (patch) | |
tree | 1ad307486727090ff9eba4a7e4484b339a53c4ab | |
parent | 577d077a2218d48695e81512da98803a43b96c4f (diff) | |
download | xine-lib-6ab0afd854e1d04ae2e5c69a9cb79ddffff34c3b.tar.gz xine-lib-6ab0afd854e1d04ae2e5c69a9cb79ddffff34c3b.tar.bz2 |
fix apparent typo in Xv test that broke the configure script
CVS patchset: 1978
CVS date: 2002/06/01 15:55:41
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |