From b6f7230cda02d9b11b309816ca1e41dbd2716fe0 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Tue, 3 Apr 2018 19:38:18 -0700 Subject: configure: Detect Cocoa instead of Carbon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9d1ff47481ad450b4b57c82e15186657eb7dcf93 Reviewed-by: Morten Johan Sørvig Reviewed-by: Liang Qi Reviewed-by: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9757254097..2830a1b189 100755 --- a/configure +++ b/configure @@ -305,7 +305,7 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown BUILD_ON_MAC=no -if [ -d /System/Library/Frameworks/Carbon.framework ]; then +if [ -d /System/Library/Frameworks/Cocoa.framework ]; then BUILD_ON_MAC=yes fi if [ "$OSTYPE" = "msys" ]; then -- cgit v1.2.3