From f4a189392c17f5992a7c04aae6f6c2134fe49828 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 29 Jun 2012 12:49:21 +0200 Subject: s3:build: tell linker to use corefoundation on all darwin releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User(master): Björn Jacke Autobuild-Date(master): Fri Jun 29 14:43:39 CEST 2012 on sn-devel-104 --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index ba376f08a9..e08ac16527 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -635,9 +635,9 @@ AC_CHECK_HEADERS([CoreFoundation/CFStringEncodingConverter.h], [], [AC_CHECK_HEA CPPFLAGS="$old_CPPFLAGS" # To link lib/util/charset/charset_macosxfs.c, we need to tell the linker -# about CoreFoundation, at least on os X 10.6 and 10.7 +# about CoreFoundation, at least on os X 10.4..10.7 resp. darwin8..12 case "$host_os" in - *darwin11*|*darwin10*) + *darwin*) LDFLAGS="$LDFLAGS -framework CoreFoundation" ;; esac -- cgit