[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon May 28 23:49:57 PDT 2012
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 85d89558a425c04917b396344f89c0f6fb41561e
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date: Mon May 28 22:00:51 2012 +0200
Check for libXext headers if we will need them
Change-Id: I35dd689ccb4bd01bb47f15b4db00d01a715ad2a6
diff --git a/configure.in b/configure.in
index 2ecac9b..5015915 100644
--- a/configure.in
+++ b/configure.in
@@ -8068,6 +8068,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
More information about the Libreoffice-commits
mailing list