[banshee] [build] check for ige-mac-integration



commit 8513519be7b53e4fcf1037c5455d96a1288fb686
Author: Aaron Bockover <abockover novell com>
Date:   Mon Dec 28 14:34:26 2009 -0500

    [build] check for ige-mac-integration
    
    Do not check for ige-mac-integration-sharp since the binding
    is nowhere to be found anymore. I will later just hand-bind
    the calls we need from this library when I move on from the
    bootstrap build environment to fixing up the OS X extension
    itself.

 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 b41ae07..6be21e9 100644
--- a/build/m4/banshee/osx.m4
+++ b/build/m4/banshee/osx.m4
@@ -1,6 +1,6 @@
 AC_DEFUN([BANSHEE_CHECK_OSX],
 [
-	IGEMACINTEGRATIONSHARP_REQUIRED=0.8.2
+	IGE_MAC_INTEGRATION_REQUIRED=0.8.6
 
 	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(IGEMACINTEGRATIONSHARP, 
-			ige-mac-integration-sharp >= $IGEMACINTEGRATIONSHARP_REQUIRED,
-			have_igemacintegrationsharp=yes, have_igemacintegrationsharp=no)
+		PKG_CHECK_MODULES(IGE_MAC_INTEGRATION, 
+			ige-mac-integration >= $IGE_MAC_INTEGRATION_REQUIRED,
+			have_ige_mac_integration=yes, have_ige_mac_integration=no)
 	
-		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])
+		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])
 		fi
-		AC_SUBST(IGEMACINTEGRATIONSHARP_LIBS)
+		AC_SUBST(IGE_MAC_INTEGRATION_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]