summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-30 12:46:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-30 12:49:25 +0200
commitc691d9643994956e8f17710625ccb989d428e1bf (patch)
tree157d88924890d85a846f614f1297224b9a0a4802 /configure.in
parent83837d6514217c82ebe8d56dddf89fa34f4b5435 (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index c984cdd37456..a2e1e78568aa 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