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.

-- 

Attachment: signature.asc
Description: Digital signature

Reply via email to