From 720731d2815d86c63eda6f6bedb74a55747e21af Mon Sep 17 00:00:00 2001 From: Christopher Latham Date: Tue, 14 Jan 2014 16:51:44 -0500 Subject: [PATCH] Update configure.ac Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ba45d84bb..88c20cdce 100644 --- a/configure.ac +++ b/configure.ac @@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS" fi if test x$boost_sleep != xyes; then - AC_MSG_ERROR(No working boost sleep implementation found) + 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) fi BITCOIN_QT_INIT