On Mon, 28 Feb 2005 19:46:13 EST, Mike Frysinger said:

>   if test "x$x_libraries" != "x"; then
>     x_libs="-L$x_libraries -lX11 -lXext"
>   fi

Gaak. :)

> x_libs is only set to '-lX11 -lXext' if x_library is a valid path ?  talk 
> about bogus ... here's some sane logic:
> <snip>
>   x_libs="-lX11 -lXext"
>   if test "x$x_libraries" != "x"; then
>     x_libs="-L$x_libraries $x_libs"
>   fi
> </snip>

Yes, that looks more sane indeed.

Attachment: pgpDHCbX76fta.pgp
Description: PGP signature

Reply via email to