Skip to content

Commit

Permalink
Update configure.ac
Browse files Browse the repository at this point in the history
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
  • Loading branch information
Christopher Latham committed Jan 14, 2014
1 parent b26de9d commit 720731d
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 @@ -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
Expand Down

0 comments on commit 720731d

Please sign in to comment.