diff configure.in @ 546:0009aadb3d01

Updated for DirectDB 0.9.15 (thanks Denis!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Nov 2002 19:36:49 +0000
parents 26eb0f877ce6
children 0ce5a68278fd
line wrap: on
line diff
--- a/configure.in	Sun Nov 17 19:30:44 2002 +0000
+++ b/configure.in	Sun Nov 17 19:36:49 2002 +0000
@@ -783,7 +783,7 @@
                 AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
             fi
 
-            DIRECTFB_REQUIRED_VERSION=0.9.14
+            DIRECTFB_REQUIRED_VERSION=0.9.15
 
             if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
                 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`