# HG changeset patch # User diego # Date 1160915633 0 # Node ID 3cf137e11d5f8ee57713bdc920acca3b9d1675ed # Parent 620bc3761ddee6d1029438e8e47fc1ce7185c836 Remove test for framebuffer device from DirectFB check. diff -r 620bc3761dde -r 3cf137e11d5f configure --- a/configure Sun Oct 15 11:59:00 2006 +0000 +++ b/configure Sun Oct 15 12:33:53 2006 +0000 @@ -3714,7 +3714,7 @@ 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; }