comparison configure @ 10767:200701a88836

spelling fixes
author diego
date Sun, 31 Aug 2003 23:23:22 +0000
parents 7436a53876b0
children a2029c40a65c
comparison
equal deleted inserted replaced
10766:57f5eb4d884f 10767:200701a88836
4475 if test "$_dl" = yes || test "$_win32" = yes ; then 4475 if test "$_dl" = yes || test "$_win32" = yes ; then
4476 # if test "$_dl" = yes ; then 4476 # if test "$_dl" = yes ; then
4477 if linux || freebsd || netbsd || cygwin || mingw32 ; then 4477 if linux || freebsd || netbsd || cygwin || mingw32 ; then
4478 _real=yes 4478 _real=yes
4479 else 4479 else
4480 echores "no (tested only on Linux/FreeBSD/NetBSD/Cygwin/MINGW32)" 4480 echores "no (tested only on Linux/FreeBSD/NetBSD/Cygwin/MinGW)"
4481 fi 4481 fi
4482 if test "$_real" = yes ; then 4482 if test "$_real" = yes ; then
4483 if test -z "$_reallibdir" ; then 4483 if test -z "$_reallibdir" ; then
4484 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \ 4484 for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
4485 /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \ 4485 /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
5360 _vosrc="$_vosrc vo_xvidix.c" 5360 _vosrc="$_vosrc vo_xvidix.c"
5361 _vomodules="xvidix $_vomodules" 5361 _vomodules="xvidix $_vomodules"
5362 else 5362 else
5363 _novomodules="xvidix $_novomodules" 5363 _novomodules="xvidix $_novomodules"
5364 fi 5364 fi
5365 echo Checking for vidix ... "$_vidix" 5365 echo Checking for VIDIX ... "$_vidix"
5366 5366
5367 _def_joystick='#undef HAVE_JOYSTICK' 5367 _def_joystick='#undef HAVE_JOYSTICK'
5368 if test "$_joystick" = yes ; then 5368 if test "$_joystick" = yes ; then
5369 if linux ; then 5369 if linux ; then
5370 # TODO add some check 5370 # TODO add some check