diff configure.in @ 286:3ea69fd0b095

Updated for DirectFB 0.9.9
author Sam Lantinga <slouken@libsdl.org>
date Tue, 26 Feb 2002 14:38:53 +0000
parents c5010ab8ba35
children eadc0746dfaf
line wrap: on
line diff
--- a/configure.in	Fri Feb 22 17:39:11 2002 +0000
+++ b/configure.in	Tue Feb 26 14:38:53 2002 +0000
@@ -748,7 +748,7 @@
                 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
             fi
 
-            DIRECTFB_REQUIRED_VERSION=0.9.8
+            DIRECTFB_REQUIRED_VERSION=0.9.9
 
             if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
                 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`