summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-13 11:53:22 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-13 11:53:22 +0000
commitd704ca0b5cf7fce03b541c087e4a4083745862cf (patch)
treeffbdea2c4f6fb2e9f1c5f2df782f5e559104091c /configure
parent289750a92fdeee9a3cc22e5bae2268f65ba7b657 (diff)
downloadmpv-d704ca0b5cf7fce03b541c087e4a4083745862cf.tar.bz2
mpv-d704ca0b5cf7fce03b541c087e4a4083745862cf.tar.xz
Small fix for real check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure b/configure
index 525e6947a9..dec3c2139e 100755
--- a/configure
+++ b/configure
@@ -1277,6 +1277,7 @@ if test "$_vidix" = auto ; then
# should check for x86 systems supporting vidix (does qnx have vidix?)
x86 && _vidix=yes
cygwin && _vidix=no
+ qnx && _vidix=no
fi
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
@@ -3279,12 +3280,12 @@ if test "$_real" = auto ; then
fi;
done
fi
- fi
- test "$_reallibdir" || _real=no
- if test "$_real" = yes ; then
- echores "yes (using $_reallibdir)"
- else
- echores "no (no suitable directory found - see DOCS/codecs.html)"
+ test "$_reallibdir" || _real=no
+ if test "$_real" = yes ; then
+ echores "yes (using $_reallibdir)"
+ else
+ echores "no (no suitable directory found - see DOCS/codecs.html)"
+ fi
fi
else
echores "no (dynamic loader support needed)"