configure.in | 3 --- 1 file changed, 3 deletions(-) New commits: commit 557e31707bccfaf0b1238a17242e32fbbddc8f1d Author: Michael Stahl <mst...@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 <pmla...@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]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits