aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-29 13:02:23 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-11 11:16:01 +0200
commit6fbd58df090cccce0eadf99fe4045318951a15e7 (patch)
tree88b4b4d8431760838e76f8fe495a9cea1f426b2f
parent0655d64c2276ec4736a2cbf2a6d4cd650d40e7a8 (diff)
downloadbitcoin-6fbd58df090cccce0eadf99fe4045318951a15e7.tar.xz
build: Remove message about Ubuntu 13.10 when no boost sleep implementation found
It's only confusing people into thinking that they should mess with boost versions, which should not be necessary to get bitcoind to work. If there is a bug in the build system with autodetecting boost it needs to be solved not worked around. Rebased-From: 539abc4729ea16039d148cfa3b771929f7d37584
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 553848a5e3..1c004cf4a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -496,7 +496,7 @@ CPPFLAGS="$TEMP_CPPFLAGS"
fi
if test x$boost_sleep != xyes; then
- AC_MSG_ERROR(No working boost sleep implementation found. If on ubuntu 13.10 with libboost1.54-all-dev remove libboost.1.54-all-dev and use libboost1.53-all-dev)
+ AC_MSG_ERROR(No working boost sleep implementation found.)
fi
AC_ARG_WITH([cli],