From: Michihiro NAKAJIMA Date: Tue, 21 Jun 2011 08:36:26 +0000 (-0400) Subject: Use CoreServices framework for Mac OS X in configure.ac, the same thing in CMakeLists.txt X-Git-Tag: v3.0.0a~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88e0e7329862e9610cc4f42585d82049d5faaff;p=thirdparty%2Flibarchive.git Use CoreServices framework for Mac OS X in configure.ac, the same thing in CMakeLists.txt has been already changed. SVN-Revision: 3412 --- diff --git a/configure.ac b/configure.ac index 85378b30f..5b9a7dc7c 100644 --- a/configure.ac +++ b/configure.ac @@ -191,10 +191,10 @@ case $host in ;; esac -# We need CoreFoundation on Mac OS. +# We need CoreServices on Mac OS. case $host in *darwin* ) - LIBS="${LIBS} -framework CoreFoundation" + LIBS="${LIBS} -framework CoreServices" ;; esac