# HG changeset patch # User Sam Lantinga # Date 1004728613 0 # Node ID 0a98dba2c700da06ed32dd7a19d2394b9c0b7c01 # Parent 50620ec9c86abeaca65779070cda00fae54843ba *** empty log message *** diff -r 50620ec9c86a -r 0a98dba2c700 configure.in --- a/configure.in Fri Nov 02 18:12:52 2001 +0000 +++ b/configure.in Fri Nov 02 19:16:53 2001 +0000 @@ -700,7 +700,7 @@ else AC_MSG_CHECKING(for DirectFB support) - if ! pkg-config --atleast-pkgconfig-version 0.5 ; then + if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) fi