From 78db67d774c8262b6d7d168b00133ce0fc724abc Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Sun, 19 Oct 2008 14:44:25 +0000 Subject: [PATCH] * Made compilation work only under Mac OS X 10.5 (Leopard) as it is the only test plateform available to me, waiting for something more clever --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 630ea32..4089980 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ if test "${enable_cocoa}" != "no"; then MACOSX_SDK_LDFLAGS="-L${MACOSX_SDK}/usr/lib/gcc/darwin -L${MACOSX_SDK}/usr/lib/gcc/darwin/${GCC_VERSION} -L${MACOSX_SDK}/usr/lib" ;; x*86*darwin*) - MACOSX_SDK=/Developer/SDKs/MacOSX10.4u.sdk + MACOSX_SDK=/Developer/SDKs/MacOSX10.5.sdk GCC_VERSION=4.0 ARCH="-arch i386" MACOSX_SDK_CFLAGS="-isysroot ${MACOSX_SDK}"