Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


configure.in / configure.ac also contains some fishy platform checks in
the Xinerama support check:

...
elif test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
    if test "$x_libraries" = "default_x_libraries"; then
            XINERAMALIB=`$PKG_CONFIG --variable=libdir xinerama`
...

I'm not too sure of why this line was added but Linux and FreeBSD are not
the only operating systems which can use Xorg.

Maybe this should be changed to something like this ?

elif test "$_os" != "WINNT"; then

I'm reluctant to add all current Unix operating systems using Xorg to the
elif line. Does someone know what was the intended goal for this check ?

-- 
Francois Tigeot

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.