Gorka Olaizola wrote:
> On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote:
>>  
>> +have_x11 = 1
>> +try:
>> +    dl.open('/usr/lib/libX11.so')
>> +except dl.error, err:
>> +    print "System without X11 detected"
>> +    have_x11 = 0
>> +
>>
> The problem I see with this is that one can have the runtime libX11 but not
> the development libraries that I think are needeed to compile kaa.Display.
> I think you have to use check_cc because it tries to compile a code snippet
> to checks that the compilation of the library actually works.

Right.


Dischi

-- 
My opinion is neither copyrighted nor trademarked, and it's price
competitive. If you like, I'll trade for one of yours.

Attachment: pgpd1UPAsOYrg.pgp
Description: PGP signature

Reply via email to