diff options
Diffstat (limited to 'm4/video_out.m4')
-rw-r--r-- | m4/video_out.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4 index 8792f0b80..6f8bedfba 100644 --- a/m4/video_out.m4 +++ b/m4/video_out.m4 @@ -371,7 +371,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [ case "$host_or_hostalias" in hppa*) xv_libexts="$acl_cv_shlibext" ;; *) - if test x"$xv_prefer_static" = x"yes"; then + if test x"$xv_prefer_static" = x"yes"; then xv_libexts="$acl_cv_libext $acl_cv_shlibext" else xv_libexts="$acl_cv_shlibext $acl_cv_libext" |