summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 <<EOF
#include <directfb.h>
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }