diff options
author | Christopher Latham <sudosurootdev@gmail.com> | 2014-01-14 16:51:44 -0500 |
---|---|---|
committer | Christopher Latham <sudosurootdev@gmail.com> | 2014-01-14 16:51:44 -0500 |
commit | 720731d2815d86c63eda6f6bedb74a55747e21af (patch) | |
tree | 74f8cf027e4790dd973806956c4082cca8e7c234 | |
parent | b26de9d951d482d2604c145b6acca8ec2fca4831 (diff) |
Update configure.ac
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba45d84bba..88c20cdce6 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 |