From 2034f658343eb27fa81be6b597d937e8d939ddb7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 2 Nov 2001 19:16:53 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2eeef8618..29931465a 100644 --- a/configure.in +++ b/configure.in @@ -700,7 +700,7 @@ CheckDirectFB() 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