diff configure @ 6431:bf1fec03a065

Enable RealPlayer DLLs on cygwin.
author atmos4
date Sat, 15 Jun 2002 09:11:33 +0000
parents f23f44c99026
children 20297bb8aab4
line wrap: on
line diff
--- a/configure	Sat Jun 15 06:15:07 2002 +0000
+++ b/configure	Sat Jun 15 09:11:33 2002 +0000
@@ -3316,14 +3316,10 @@
 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