summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-10 16:19:46 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-10 16:19:46 +0000
commit62a35580dc0fca0e2cce250a22a06bb9d0ad0fc9 (patch)
treedc68cfc9829c36ed4a636534b5340fffaa2cc903 /configure
parent7e95379cea56576eb427ed5db394734175c891d3 (diff)
downloadmpv-62a35580dc0fca0e2cce250a22a06bb9d0ad0fc9.tar.bz2
mpv-62a35580dc0fca0e2cce250a22a06bb9d0ad0fc9.tar.xz
FreeBSD Real support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 530f0b09bf..7077ea9d30 100755
--- a/configure
+++ b/configure
@@ -3227,8 +3227,11 @@ if test "$_real" = auto ; then
if linux ; then
_real=yes
echores "yes"
+ elif freebsd ; then
+ _real=yes
+ echores "yes"
else
- echores "no (untested on non-linux arch)"
+ echores "no (tested only on Linux and FreeBSD arch)"
fi
else
echores "no (dynamic loader support needed)"