changeset 3420:7b8eb1035978 trunk

macos: Add framework dependency on Carbon.
author William Pitcock <nenolod@atheme.org>
date Sun, 02 Sep 2007 22:44:03 -0500
parents 47d6fb3884fb
children 9d6f17ceebb3
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Sep 02 22:43:07 2007 -0500
+++ b/configure.ac	Sun Sep 02 22:44:03 2007 -0500
@@ -186,7 +186,7 @@
 case "$target" in
 	*-apple-*)
 		AC_MSG_RESULT([yes, sorry you poor bastard])
-		LDFLAGS="$LDFLAGS -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices"
+		LDFLAGS="$LDFLAGS -framework CoreFoundation -framework CoreServices -framework Carbon"
 		;;
 	*)
 		AC_MSG_RESULT([no])