summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-15 16:47:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-15 16:47:17 +0000
commit11ef25c8787758cb8fa77e227b9746e5a94f7d76 (patch)
tree9e74313f45e4f80b95567657a4f1ebea0b969500 /configure
parent709aa208de6b76fd93ddb272a8000be48d91ad6a (diff)
downloadmpv-11ef25c8787758cb8fa77e227b9746e5a94f7d76.tar.bz2
mpv-11ef25c8787758cb8fa77e227b9746e5a94f7d76.tar.xz
Remove Linux test from DirectFB check, it runs on some BSD systems at least.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20245 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 0d14e85b44..a89dbd8699 100755
--- a/configure
+++ b/configure
@@ -3714,8 +3714,7 @@ echores "$_tga"
echocheck "DirectFB"
if test "$_directfb" = auto ; then
_directfb=no
- if linux; then
- cat > $TMPC <<EOF
+ cat > $TMPC <<EOF
#include <directfb.h>
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
EOF
@@ -3724,7 +3723,6 @@ EOF
cc_check $_inc_tmp -ldirectfb && _directfb=yes && \
_inc_extra="$_inc_extra $_inc_tmp" && break
done
- fi
fi
dfb_version() {