Bug 557898 – Fails to build on OSX 10.4

2008-11-01  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* 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
This commit is contained in:
Tommi Komulainen 2008-11-01 18:21:55 +00:00 committed by Tommi Komulainen
parent 119c5034a1
commit 65b8727e57

View File

@ -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)
{