From 3b22c881a8cf2ff1682e6b67271210248a71903d Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 15 Jun 2002 09:11:33 +0000 Subject: [PATCH] Enable RealPlayer DLLs on cygwin. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 6e0d873ac9..b3726df894 100755 --- a/configure +++ b/configure @@ -3316,14 +3316,10 @@ echocheck "RealPlayer DLL" if test "$_real" = auto ; then _real=no if test "$_dl" = yes ; then - if linux ; then - _real=yes - elif freebsd ; then - _real=yes - elif netbsd ; then + if linux || freebsd || netbsd || cygwin ; then _real=yes else - echores "no (tested only on Linux/FreeBSD/NetBSD)" + echores "no (tested only on Linux/FreeBSD/NetBSD/CygWin)" fi if test "$_real" = yes ; then if test -z "$_reallibdir" ; then