[kde-solaris] KDE3.1.1 Arts-1.1.1 Configuring the X11 shape extension

Lars Tunkrans kde-solaris@mail.kde.org
Fri Mar 28 18:48:07 2003


Because of the differences between  XFree86   and  the SUN  X
implementation,  the X11/extension/shape.h  test  fails in
Kde3.1  and 3.1.1   until a few more header files is included
in the test & configure probe binary

This addition of <X11/Xlib.h> <X11/Xproto.h> <X11/Xutil.h>
configures the shape extension successfully.

---------- configure line 25248 ---------------

cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
$ac_includes_default
#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>
#include <$ac_header>
_ACEOF


---------- configure line 25256 ---------------

Would this "improvment" of the KDE3.1.1. Arts configure script
break configuration on LINUX ?  Or can it be
Entered as a BUG and later be merged into CVS ?




-- 
========================================================
Lars Tunkrans