[gcr/wip/smcv/cross-friendly-pkg-config: 3/3] configure: Run $PKG_CONFIG instead of hard-coding pkg-config
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr/wip/smcv/cross-friendly-pkg-config: 3/3] configure: Run $PKG_CONFIG instead of hard-coding pkg-config
- Date: Wed, 25 Sep 2019 09:23:23 +0000 (UTC)
commit 9ca4e1bae1e16aa71ad7fce7bcb70a6f6ab579ea
Author: Simon McVittie <smcv debian org>
Date: Wed Sep 25 10:09:15 2019 +0100
configure: Run $PKG_CONFIG instead of hard-coding pkg-config
Signed-off-by: Simon McVittie <smcv debian org>
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 17131ee..fb14215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,7 +312,7 @@ if test "$enable_strict" = "yes"; then
TEST_MODE="thorough"
# HACK: Only set strict introspection if gir is greater than 1.39
# https://bugzilla.gnome.org/show_bug.cgi?id=698367
- case $(pkg-config --modversion gobject-introspection-1.0) in
+ case $($PKG_CONFIG --modversion gobject-introspection-1.0) in
1.3[[45678]]*)
INTROSPECTION_FLAGS=""
;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]