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
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice