Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 769:f7f62bea4cad
prev756:38385124df7a
next778:a34b180d92f7
author nkeynes
date Mon Jul 28 03:41:25 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement key-binding configuration pane for Cocoa UI
Minor tweaks for consistency and static-correctness
file annotate diff log raw
1.1 --- a/configure.in Mon Jul 21 00:09:46 2008 +0000
1.2 +++ b/configure.in Mon Jul 28 03:41:25 2008 +0000
1.3 @@ -59,6 +59,7 @@
1.4 APPLE_BUILD='yes'
1.5 LIBS="$LIBS -framework AppKit"
1.6 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.7 + LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"
1.8 AC_DEFINE(HAVE_COCOA,[1],[Have Cocoa framework])
1.9 AC_DEFINE(APPLE_BUILD,[1],[Building on an apple platform. Things are different...])
1.10 if test "x$with_gtk" = "xx11"; then
.