Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
545:8406511f850e | 546:0009aadb3d01 |
---|---|
781 | 781 |
782 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then | 782 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then |
783 AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.]) | 783 AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.]) |
784 fi | 784 fi |
785 | 785 |
786 DIRECTFB_REQUIRED_VERSION=0.9.14 | 786 DIRECTFB_REQUIRED_VERSION=0.9.15 |
787 | 787 |
788 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then | 788 if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then |
789 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` | 789 DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` |
790 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb` | 790 DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb` |
791 video_directfb=yes | 791 video_directfb=yes |