summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-03-16 21:19:07 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-03-16 21:19:07 (GMT)
commit1ccbf595cb735f33604c7a41909b2813adecc364 (patch)
treee13c68be37f37e935c3450656d26119936596fc8 /unix/configure
parent4d713f705d43affa217affb7ab97e733781eb71b (diff)
downloadtk-1ccbf595cb735f33604c7a41909b2813adecc364.zip
tk-1ccbf595cb735f33604c7a41909b2813adecc364.tar.gz
tk-1ccbf595cb735f33604c7a41909b2813adecc364.tar.bz2
Update configure files on Aqua to remove garbage collection flag, which is no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 52d2e86..e7ff831 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9892,7 +9892,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit"
- EXTRA_CC_SWITCHES='-std=gnu99 -x objective-c -fobjc-gc'
+ EXTRA_CC_SWITCHES='-std=gnu99 -x objective-c'
TK_WINDOWINGSYSTEM=AQUA
if test -n "${enable_symbols}" -a "${enable_symbols}" != no; then