[banshee] Revert "[build] check for ige-mac-integration"
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Revert "[build] check for ige-mac-integration"
- Date: Mon, 28 Dec 2009 21:20:26 +0000 (UTC)
commit 1e6b1352796cb51ca34379324b512746e8502c15
Author: Aaron Bockover <abockover novell com>
Date: Mon Dec 28 16:13:06 2009 -0500
Revert "[build] check for ige-mac-integration"
This reverts commit 8513519be7b53e4fcf1037c5455d96a1288fb686.
build/m4/banshee/osx.m4 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/m4/banshee/osx.m4 b/build/m4/banshee/osx.m4
index 6be21e9..b41ae07 100644
--- a/build/m4/banshee/osx.m4
+++ b/build/m4/banshee/osx.m4
@@ -1,6 +1,6 @@
AC_DEFUN([BANSHEE_CHECK_OSX],
[
- IGE_MAC_INTEGRATION_REQUIRED=0.8.6
+ IGEMACINTEGRATIONSHARP_REQUIRED=0.8.2
AC_ARG_ENABLE(osx, AC_HELP_STRING([--enable-osx], [Enable OSX support]), enable_osx=$enableval, enable_osx="no")
@@ -8,14 +8,14 @@ AC_DEFUN([BANSHEE_CHECK_OSX],
dnl FIXME: detect osx
have_osx="yes"
- PKG_CHECK_MODULES(IGE_MAC_INTEGRATION,
- ige-mac-integration >= $IGE_MAC_INTEGRATION_REQUIRED,
- have_ige_mac_integration=yes, have_ige_mac_integration=no)
+ PKG_CHECK_MODULES(IGEMACINTEGRATIONSHARP,
+ ige-mac-integration-sharp >= $IGEMACINTEGRATIONSHARP_REQUIRED,
+ have_igemacintegrationsharp=yes, have_igemacintegrationsharp=no)
- if test "x$have_ige_mac_integration" = "xno"; then
- AC_MSG_ERROR([ige-mac-integration was not found or is not up to date. Please install ige-mac-integration of at least version $IGE_MAC_INTEGRATION_REQUIRED])
+ if test "x$have_igemacintegrationsharp" = "xno"; then
+ AC_MSG_ERROR([ige-mac-integration-sharp was not found or is not up to date. Please install ige-mac-integration-sharp of at least version $IGEMACINTEGRATIONSHARP_REQUIRED])
fi
- AC_SUBST(IGE_MAC_INTEGRATION_LIBS)
+ AC_SUBST(IGEMACINTEGRATIONSHARP_LIBS)
fi
AM_CONDITIONAL(ENABLE_OSX, test "x$have_osx" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]