summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files 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