From 4b1dd57710059a4e0c7631616dd21183577dccdd Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 15 Oct 2006 12:33:53 +0000 Subject: [PATCH] Remove test for framebuffer device from DirectFB check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20229 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 242820dc72..0d14e85b44 100755 --- a/configure +++ b/configure @@ -3714,7 +3714,7 @@ echores "$_tga" echocheck "DirectFB" if test "$_directfb" = auto ; then _directfb=no - if linux && test -c /dev/fb0; then + if linux; then cat > $TMPC < int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }