# HG changeset patch # User atmos4 # Date 1020025206 0 # Node ID f3283d1c7e4146fb21c7c6056b51106684ce7320 # Parent 111d2406a87a29b06e0fb52ea7e651717021f388 DFB 0.9.10 update patch by Jiri. diff -r 111d2406a87a -r f3283d1c7e41 configure --- a/configure Sun Apr 28 17:48:45 2002 +0000 +++ b/configure Sun Apr 28 20:20:06 2002 +0000 @@ -1858,6 +1858,21 @@ fi echores "$_directfb099" fi +if test "$_directfb" = yes; then +echocheck "DirectFB >= 0.9.10" + _directfb0910=no + cat > $TMPC < +int main(void) { DFBDisplayLayerCapabilities caps=DLCAPS_DST_COLORKEY; return 0; } +EOF + cc_check -ldirectfb && _directfb0910=yes +if test "$_directfb0910" = yes ; then + _def_directfb0910='#define HAVE_DIRECTFB0910 1' +else + _def_directfb0910='#undef HAVE_DIRECTFB0910' +fi +echores "$_directfb0910" +fi echocheck "X11" if test "$_x11" = auto || test "$_x11" = yes ; then cat > $TMPC <