Mercurial > sdl-ios-xcode
comparison configure.in @ 259:80b647695abd
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Dec 2001 22:46:09 +0000 |
parents | ada53483727a |
children | 1c5f68da5fc2 |
comparison
equal
deleted
inserted
replaced
258:ada53483727a | 259:80b647695abd |
---|---|
744 | 744 |
745 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then | 745 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then |
746 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) | 746 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) |
747 fi | 747 fi |
748 | 748 |
749 DIRECTFB_REQUIRED_VERSION=0.9.7 | 749 DIRECTFB_REQUIRED_VERSION=0.9.8 |
750 | 750 |
751 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then | 751 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then |
752 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` | 752 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` |
753 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb` | 753 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb` |
754 video_directfb=yes | 754 video_directfb=yes |