changeset 6412:d282c87e2ec9

Small fix for real check.
author atmos4
date Thu, 13 Jun 2002 11:53:22 +0000
parents 2093575b97b1
children ac9c125ea627
files configure
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jun 13 09:47:22 2002 +0000
+++ b/configure	Thu Jun 13 11:53:22 2002 +0000
@@ -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)"