diff options
Diffstat (limited to 'm4/xv.m4')
-rw-r--r-- | m4/xv.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,15 +72,15 @@ AC_DEFUN([AC_FIND_LIBXV], xv_path=/usr/X11R6/lib fi - if test "x$xv_prefer_shared" = "xyes"; then + if test "x$xv_prefer_shared" = "xyes"; then AC_PATH_LIBXV_IMPL([libXv.so]) else AC_PATH_LIBXV_IMPL([libXv.a]) fi - + # Try the other lib if prefered failed if test x$XV_LIBS = x; then - if ! test "x$xv_prefer_shared" = "xyes"; then + if ! test "x$xv_prefer_shared" = "xyes"; then AC_PATH_LIBXV_IMPL([libXv.so]) else AC_PATH_LIBXV_IMPL([libXv.a]) |