comparison 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
comparison
equal deleted inserted replaced
285:e5a489f0288c 286:3ea69fd0b095
746 746
747 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then 747 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then
748 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) 748 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
749 fi 749 fi
750 750
751 DIRECTFB_REQUIRED_VERSION=0.9.8 751 DIRECTFB_REQUIRED_VERSION=0.9.9
752 752
753 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then 753 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
754 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` 754 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
755 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb` 755 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb`
756 video_directfb=yes 756 video_directfb=yes