Hello,
Il 01/06/2012 10:22, David Tardon ha scritto:
Hi,
On Mon, May 28, 2012 at 10:04:14PM +0200, Riccardo Magliocchetti wrote:
diff --git a/configure.in b/configure.in
index 2382c83..5c0b935 100644
--- a/configure.in
+++ b/configure.in
@@ -8069,6 +8069,8 @@ if test "$with_system_xextensions_headers" != "no"; then
AC_MSG_RESULT([no])
else
AC_MSG_RESULT([yes])
+ AC_CHECK_HEADERS(X11/extensions/shape.h,[],[AC_MSG_ERROR([libXext headers not found])],
+ [#include<X11/extensions/shape.h>])
BUILD_TYPE="$BUILD_TYPE X11_EXTENSIONS"
fi
Actually, this is wrong, because it tests for presence of system headers
when it is told to use the internal ones. I moved the check to the other
branch.
that's embarrassing, thanks for fixing!
riccardo
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.