changeset 20223:3cf137e11d5f

Remove test for framebuffer device from DirectFB check.
author diego
date Sun, 15 Oct 2006 12:33:53 +0000
parents 620bc3761dde
children 08ee6acd3f6c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <<EOF
 #include <directfb.h>
 int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }