Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv21468 Modified Files: configure Log Message: FreeBSD Real support Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.498 retrieving revision 1.499 diff -u -r1.498 -r1.499 --- configure 9 Jun 2002 01:19:48 -0000 1.498 +++ configure 10 Jun 2002 16:19:46 -0000 1.499 @@ -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)"