Skip to content

Commit

Permalink
build: Remove message about Ubuntu 13.10 when no boost sleep implemen…
Browse files Browse the repository at this point in the history
…tation 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: 539abc4
  • Loading branch information
laanwj authored and Ross Nicoll committed Sep 20, 2014
1 parent bd169ec commit 455b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 455b9e3

Please sign in to comment.