diff options
author | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-13 09:48:50 +0000 |
---|---|---|
committer | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-13 09:48:50 +0000 |
commit | 4d76cfb7393de5a0de96ff6b44d89b8dc486f290 (patch) | |
tree | f9c6743237c10bd0688203a553977a94b22ade09 /configure | |
parent | ae2fd8fc84f12836f685137734f906d1b0249f5f (diff) |
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2863 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1751,7 +1751,11 @@ if test "$_xmga" = "autodetect" ; then fi if test "$_xanim" = yes && test "$_libdl" = no ; then + if freebsd ; then + _xanim=yes + else _xanim=no + fi fi # to screen. |