diff options
| author | Stephen Torri <storri@users.sourceforge.net> | 2004-12-12 04:25:05 +0000 |
|---|---|---|
| committer | Stephen Torri <storri@users.sourceforge.net> | 2004-12-12 04:25:05 +0000 |
| commit | f5e91a956b0df782bbdfb23beb319846ca2ebe4f (patch) | |
| tree | fa210c4cdbfecbbdcbc0c836f13e1f48f6940874 /configure.ac | |
| parent | b5735b6b5f91a81b113a28fccd92ef906caa7692 (diff) | |
| download | xine-lib-f5e91a956b0df782bbdfb23beb319846ca2ebe4f.tar.gz xine-lib-f5e91a956b0df782bbdfb23beb319846ca2ebe4f.tar.bz2 | |
Update xv.m4. There was two different autoconfigure variables being
used, xv_lib and XV_LIB. The problem with this is that XV_LIB is used
to set the Xv library to use in the makefiles. I chose to use XV_LIB
throughout the m4 file.
CVS patchset: 7229
CVS date: 2004/12/12 04:25:05
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 693bec1de..ce6ee86d1 100644 --- a/configure.ac +++ b/configure.ac @@ -524,9 +524,9 @@ fi case "$host_or_hostalias" in hppa*) - if test "$xv_lib" = "libXv.a"; then + if test "$XV_LIB" = "libXv.a"; then echo "warning: hppa linker - disabling static libXv" - xv_lib="libXv.so" + XV_LIB="libXv.so" fi ;; @@ -2453,7 +2453,7 @@ if test x"$no_x" != "xyes"; then fi dnl Xv if test x$ac_have_xv = "xyes"; then - if test x$xv_lib="xlibXv.a"; then + if test x$XV_LIB="xlibXv.a"; then echo " - Xv (XVideo *static*)" else echo " - Xv (XVideo *shared*)" |
