[frogr/macosx] Renamed definition in PKG_CHECK_MODULES to a more descriptive one
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr/macosx] Renamed definition in PKG_CHECK_MODULES to a more descriptive one
- Date: Tue, 22 Feb 2011 09:25:42 +0000 (UTC)
commit 9e811bff2e6bb6756ad90e5d346670218368d5d5
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Tue Feb 22 10:25:54 2011 +0100
Renamed definition in PKG_CHECK_MODULES to a more descriptive one
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 422c7bb..7e06d96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,9 +118,9 @@ if test "x$platform" = "xmacosx"; then
echo "Compiling for Mac OSX..."
IGE_MAC_INTEGRATION_MIN_VERSION=0.9.7
- PKG_CHECK_MODULES(IMI, ige-mac-integration >= $IGE_MAC_INTEGRATION_MIN_VERSION)
- FROGR_CFLAGS="$FROGR_CFLAGS $IMI_CFLAGS"
- FROGR_LIBS="$FROGR_LIBS $IMI_LIBS"
+ PKG_CHECK_MODULES(IGE_MAC_INTEGRATION, ige-mac-integration >= $IGE_MAC_INTEGRATION_MIN_VERSION)
+ FROGR_CFLAGS="$FROGR_CFLAGS $IGE_MAC_INTEGRATION_CFLAGS"
+ FROGR_LIBS="$FROGR_LIBS $IGE_MAC_INTEGRATION_LIBS"
else
echo "Compiling for GNOME..."
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]