Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv5112 Modified Files: configure Log Message: Small fix for real check. Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.504 retrieving revision 1.505 diff -u -r1.504 -r1.505 --- configure 13 Jun 2002 09:47:22 -0000 1.504 +++ configure 13 Jun 2002 11:53:22 -0000 1.505 @@ -1277,6 +1277,7 @@ # 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 @@ 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)"
participants (1)
-
Atmosfear