[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Aug 1 01:19:27 PDT 2012
configure.in | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 557e31707bccfaf0b1238a17242e32fbbddc8f1d
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Aug 1 10:16:36 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 <pmladek at suse.cz>
diff --git a/configure.in b/configure.in
index 20e81aa..93ec153 100644
--- a/configure.in
+++ b/configure.in
@@ -9653,9 +9653,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)
AC_MSG_CHECKING([solver path])
More information about the Libreoffice-commits
mailing list