comparison configure @ 6431:bf1fec03a065

Enable RealPlayer DLLs on cygwin.
author atmos4
date Sat, 15 Jun 2002 09:11:33 +0000
parents f23f44c99026
children 20297bb8aab4
comparison
equal deleted inserted replaced
6430:97857ca97a8f 6431:bf1fec03a065
3314 3314
3315 echocheck "RealPlayer DLL" 3315 echocheck "RealPlayer DLL"
3316 if test "$_real" = auto ; then 3316 if test "$_real" = auto ; then
3317 _real=no 3317 _real=no
3318 if test "$_dl" = yes ; then 3318 if test "$_dl" = yes ; then
3319 if linux ; then 3319 if linux || freebsd || netbsd || cygwin ; then
3320 _real=yes
3321 elif freebsd ; then
3322 _real=yes
3323 elif netbsd ; then
3324 _real=yes 3320 _real=yes
3325 else 3321 else
3326 echores "no (tested only on Linux/FreeBSD/NetBSD)" 3322 echores "no (tested only on Linux/FreeBSD/NetBSD/CygWin)"
3327 fi 3323 fi
3328 if test "$_real" = yes ; then 3324 if test "$_real" = yes ; then
3329 if test -z "$_reallibdir" ; then 3325 if test -z "$_reallibdir" ; then
3330 for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do 3326 for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
3331 if test -d "$I" ; then 3327 if test -d "$I" ; then