# HG changeset patch # User diego # Date 1160930837 0 # Node ID f3d5057ebb595766b203e28787aaca60a8b88b25 # Parent acbcafd891fff6eb1db90763c374d301dfe06a1f Remove Linux test from DirectFB check, it runs on some BSD systems at least. diff -r acbcafd891ff -r f3d5057ebb59 configure --- 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 < $TMPC < 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() {