From 65b8727e572c13d8318a532a23732af59bbc5747 Mon Sep 17 00:00:00 2001 From: Tommi Komulainen Date: Sat, 1 Nov 2008 18:21:55 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20557898=20=E2=80=93=20Fails=20to=20build?= =?UTF-8?q?=20on=20OSX=2010.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-11-01 Tommi Komulainen * configure.ac: Check for $shrext_cmds that should be implicitly available if you're using libtool >= 2.0. If undefined, call libtool --config explicitly to get its value. * girepository/gtypelib.c: Remove special case for (non-)Darwin systems as unneeded. svn path=/trunk/; revision=859 --- gtypelib.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtypelib.c b/gtypelib.c index 7ec1a1cbf..be470a4b0 100644 --- a/gtypelib.c +++ b/gtypelib.c @@ -35,11 +35,6 @@ typedef struct { #define ALIGN_VALUE(this, boundary) \ (( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1))) -#if !defined(__Darwin__) -# undef SHLIB_SUFFIX -# define SHLIB_SUFFIX G_MODULE_SUFFIX -#endif - static void push_context (ValidateContext *ctx, const char *name) {