Update configure.ac
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
This commit is contained in:
parent
b26de9d951
commit
720731d281
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue