summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-30 12:46:50 +0200
committerPetr Mladek <pmladek@suse.cz>2012-08-01 10:21:19 +0200
commit35080734323dbd740042ff159d71368b3739e97d (patch)
tree593ca3dae011d2e0e814393a0c91394c87bd15ca /configure.in
parentd46bd28012890fd0b5ae2dc1f562a9d33eae2639 (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>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0d96c2763480..2dd93906e857 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