diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1e6934173..cca03bb5c 100644 --- a/configure.ac +++ b/configure.ac @@ -524,7 +524,7 @@ fi case "$host_or_hostalias" in hppa*) - if test "$XV_LIB" = "libXv.a"; then + if test x$ac_have_xv_static = "xyes"; then echo "warning: hppa linker - disabling static libXv" XV_LIB="libXv.so" fi @@ -2456,7 +2456,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$ac_have_xv_static = "xyes"; then echo " - Xv (XVideo *static*)" else echo " - Xv (XVideo *shared*)" |