configure.in | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 35080734323dbd740042ff159d71368b3739e97d
Author: Michael Stahl <[email protected]>
Date: Mon Jul 30 12:46:50 2012 +0200
configure: remove check for empty $COMPATH
It would be extremely suprising if we could get to line 11075 in the
configure script if there isn't actually a C++ compiler available, and
the test does fail on Fedora 17 without ccache installed because $CC is
/bin/gcc.
Change-Id: I727ba171a3d647e2ba974d196794943b6450ce6e
Signed-off-by: Petr Mladek <[email protected]>
diff --git a/configure.in b/configure.in
index 0d96c27..2dd9390 100644
--- a/configure.in
+++ b/configure.in
@@ -11706,9 +11706,6 @@ dnl Setting up the environment.
dnl ===================================================================
echo "setting up the build environment variables..."
-if test -z "$COMPATH"; then
- AC_MSG_ERROR([No compiler found.])
-fi
AC_SUBST(COMPATH)
if test "$build_os" = "cygwin"; then
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits