[Libreoffice-commits] .: Branch 'libreoffice-3-6' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Wed Aug 1 01:22:00 PDT 2012


 configure.in |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 35080734323dbd740042ff159d71368b3739e97d
Author: Michael Stahl <mstahl at redhat.com>
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 <pmladek at suse.cz>

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


More information about the Libreoffice-commits mailing list