summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-01 10:16:36 +0200
committerPetr Mladek <pmladek@suse.cz>2012-08-01 10:16:36 +0200
commit557e31707bccfaf0b1238a17242e32fbbddc8f1d (patch)
tree261d047ac7a8a9369da355f1c6bf3cb47953b60f
parentf2cf95b62a35ba2a9f77edd79537189eace6515b (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 Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 20e81aa16df2..93ec153cffa8 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])