changeset 20239:f3d5057ebb59

Remove Linux test from DirectFB check, it runs on some BSD systems at least.
author diego
date Sun, 15 Oct 2006 16:47:17 +0000
parents acbcafd891ff
children 9b809e2ef375
files configure
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 15 16:28:56 2006 +0000
+++ b/configure	Sun Oct 15 16:47:17 2006 +0000
@@ -3714,8 +3714,7 @@
 echocheck "DirectFB"
 if test "$_directfb" = auto ; then
   _directfb=no
-  if linux; then
-    cat > $TMPC <<EOF
+  cat > $TMPC <<EOF
 #include <directfb.h>
 int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
 EOF
@@ -3724,7 +3723,6 @@
     cc_check $_inc_tmp -ldirectfb && _directfb=yes && \
       _inc_extra="$_inc_extra $_inc_tmp" && break
   done
-  fi
 fi
 
 dfb_version() {