Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 866:86cd01c2b2d3
prev804:567a684e1e7a
next882:ada7d14a8ad9
author nkeynes
date Tue Oct 07 11:14:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Protect save-state load against corrupt image data
file annotate diff log raw
1.1 --- a/configure.in Thu Aug 07 23:50:52 2008 +0000
1.2 +++ b/configure.in Tue Oct 07 11:14:49 2008 +0000
1.3 @@ -79,6 +79,9 @@
1.4
1.5 ], [CPPFLAGS="$lxdream_save_cppflags"] )
1.6 AM_CONDITIONAL(GUI_COCOA, [test "$HAVE_COCOA" = 'yes' -a "$with_gtk" = "no"])
1.7 +if test "x$HAVE_COCOA" = 'xyes' -a "x$with_gtk" = "xno"; then
1.8 + AC_DEFINE(OSX_BUNDLE, [1], [Generating a bundled application])
1.9 +fi
1.10
1.11 dnl ----------- Check for mandatory dependencies --------------
1.12 dnl Check for libpng (required)
.