Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 704:2c1d6f8e69e7
prev702:d39fc81e9630
next709:18c39a8e504c
author nkeynes
date Wed Jun 25 00:39:02 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Tweak Cocoa status bar appearance. Looks about right now
file annotate diff log raw
1.1 --- a/configure.in Sun Jun 22 08:59:39 2008 +0000
1.2 +++ b/configure.in Wed Jun 25 00:39:02 2008 +0000
1.3 @@ -54,12 +54,11 @@
1.4 LIBS="$LIBS -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -framework OpenGL"
1.5 AC_DEFINE(HAVE_COCOA,[1],[Have Cocoa framework])
1.6 AC_DEFINE(APPLE_BUILD,[1],[Building on an apple platform. Things are different...])
1.7 + if test "x$with_gtk" = "xx11"; then
1.8 + with_gtk=no
1.9 + fi
1.10 ])
1.11
1.12 - if test "x$with_gtk" = "xx11"; then
1.13 - with_gtk=no
1.14 - fi
1.15 -
1.16 ], [CPPFLAGS="$lxdream_save_cppflags"] )
1.17 AM_CONDITIONAL(GUI_COCOA, [test "$HAVE_COCOA" = 'yes' -a "$with_gtk" = "no"])
1.18
.