From 11ef25c8787758cb8fa77e227b9746e5a94f7d76 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 15 Oct 2006 16:47:17 +0000 Subject: 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 --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') 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 < $TMPC < 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() { -- cgit v1.2.3