Skip to content

Commit 720731d

Browse files
author
Christopher Latham
committed
Update configure.ac
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
1 parent b26de9d commit 720731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS"
395395
fi
396396

397397
if test x$boost_sleep != xyes; then
398-
AC_MSG_ERROR(No working boost sleep implementation found)
398+
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)
399399
fi
400400

401401
BITCOIN_QT_INIT

0 commit comments

Comments
 (0)