[Libreoffice-commits] .: configure.in

Michael Stahl mst at kemper.freedesktop.org
Mon Jul 30 03:50:44 PDT 2012


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

New commits:
commit c691d9643994956e8f17710625ccb989d428e1bf
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

diff --git a/configure.in b/configure.in
index c984cdd..a2e1e78 100644
--- a/configure.in
+++ b/configure.in
@@ -11883,11 +11883,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
     if test "$DISABLE_ACTIVEX" = "YES"; then
         ATL_LIB="$WINDOWS_SDK_HOME/lib" # Doesn't exist for VSE


More information about the Libreoffice-commits mailing list