Updated for DirectFB 0.9.9

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40287
This commit is contained in:
Sam Lantinga 2002-02-26 14:38:53 +00:00
parent ef35514608
commit 36c39dd53e
4 changed files with 39 additions and 25 deletions

View file

@ -748,7 +748,7 @@ CheckDirectFB()
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`