Mercurial > sdl-ios-xcode
comparison sdl.m4 @ 1569:50d9888d201d
Fixed bug #167
The configure script parses the value of $X_LIBS when looking at the
--enable-x11-shared, which is getting set on Ubuntu 5.10 to "-L/usr/X11R6/lib"
... however, Ubuntu stores all the Xlib stuff in /usr/lib.
The end result in SDL is that the dynamic X11 stuff gets disabled by default,
unless you override like this:
./configure --x-libraries=/usr/lib
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Mar 2006 09:51:33 +0000 |
parents | 31c2b8e4885e |
children | 14717b52abc0 |
comparison
equal
deleted
inserted
replaced
1568:1f3f39f9cfcf | 1569:50d9888d201d |
---|