--- a/configure.in Sat Aug 31 04:01:19 2002 +0000
+++ b/configure.in Sat Aug 31 04:06:37 2002 +0000
@@ -779,11 +779,11 @@
else
AC_MSG_CHECKING(for DirectFB support)
- if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then
- AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
+ if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
+ AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
fi
- DIRECTFB_REQUIRED_VERSION=0.9.11
+ DIRECTFB_REQUIRED_VERSION=0.9.14
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`