comparison configure.in @ 222:0a98dba2c700

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 02 Nov 2001 19:16:53 +0000
parents f928da36f0e9
children 24878c14b391
comparison
equal deleted inserted replaced
221:50620ec9c86a 222:0a98dba2c700
698 if test x$PKG_CONFIG = xno ; then 698 if test x$PKG_CONFIG = xno ; then
699 AC_MSG_WARN([*** pkg-config is required to build the DirectFB video driver.]) 699 AC_MSG_WARN([*** pkg-config is required to build the DirectFB video driver.])
700 else 700 else
701 AC_MSG_CHECKING(for DirectFB support) 701 AC_MSG_CHECKING(for DirectFB support)
702 702
703 if ! pkg-config --atleast-pkgconfig-version 0.5 ; then 703 if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then
704 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) 704 AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
705 fi 705 fi
706 706
707 DIRECTFB_REQUIRED_VERSION=0.9.7 707 DIRECTFB_REQUIRED_VERSION=0.9.7
708 708