diff options
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |