Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 542:96c5494e02fd
prev539:75f3e594d4a7
next562:e598411b640b
next586:2a3ba82cf243
author nkeynes
date Tue Jan 01 04:56:52 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Remove the 0.5 texture offsets - it's actually sharper this way
file annotate diff log raw
1.1 --- a/configure.in Wed Nov 21 11:40:15 2007 +0000
1.2 +++ b/configure.in Tue Jan 01 04:56:52 2008 +0000
1.3 @@ -17,7 +17,7 @@
1.4 AC_CHECK_HEADER([Carbon/Carbon.h], [
1.5 HAVE_CARBON='yes'
1.6 APPLE_BUILD='yes'
1.7 - LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon"
1.8 + LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon -L/usr/X11R6/lib -lGL"
1.9 AC_DEFINE(HAVE_CARBON,[1],[Have Carbon framework])
1.10 AC_DEFINE(APPLE_BUILD,[1],[Building on an apple platform. Things are different...])
1.11 ])
.