Mercurial > mplayer.hg
diff configure @ 6379:48e3f3cc291a
FreeBSD Real support
author | nexus |
---|---|
date | Mon, 10 Jun 2002 16:19:46 +0000 |
parents | e42a9f3dbdc8 |
children | f0b933918a22 |
line wrap: on
line diff
--- a/configure Mon Jun 10 16:14:25 2002 +0000 +++ b/configure Mon Jun 10 16:19:46 2002 +0000 @@ -3227,8 +3227,11 @@ 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)"