]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Use CoreServices framework for Mac OS X in configure.ac, the same thing in CMakeLists.txt
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 21 Jun 2011 08:36:26 +0000 (04:36 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 21 Jun 2011 08:36:26 +0000 (04:36 -0400)
has been already changed.

SVN-Revision: 3412

configure.ac

index 85378b30f204c3eee082c75897323044b6cc7856..5b9a7dc7c87b939870a4e56733e56546079e904d 100644 (file)
@@ -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