Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 866:86cd01c2b2d3
prev804:567a684e1e7a
next882:ada7d14a8ad9
author nkeynes
date Sun Oct 19 05:42:05 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix corner flag case with conditional delayed branches
file annotate diff log raw
1.1 --- a/configure Thu Aug 07 23:50:52 2008 +0000
1.2 +++ b/configure Sun Oct 19 05:42:05 2008 +0000
1.3 @@ -6842,6 +6842,13 @@
1.4 GUI_COCOA_FALSE=
1.5 fi
1.6
1.7 +if test "x$HAVE_COCOA" = 'xyes' -a "x$with_gtk" = "xno"; then
1.8 +
1.9 +cat >>confdefs.h <<\_ACEOF
1.10 +#define OSX_BUNDLE 1
1.11 +_ACEOF
1.12 +
1.13 +fi
1.14
1.15
1.16
.