Now we need the client side of BOINC too

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@293 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
gombasg 2006-02-01 14:00:44 +00:00 committed by Adam Visegradi
parent 48bcf8c830
commit 26418861b9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if test "$ac_cv_c_compiler_gnu" = yes; then
fi
SZDG_BOINC_SERVER
SZDG_BOINC_CLIENT
if test "$no_boinc" != yes; then
AC_CHECK_HEADERS([uuid/uuid.h],, [AC_MSG_ERROR([libuuid headers are missing])])
AC_CHECK_LIB([uuid], [uuid_generate], [true], [AC_MSG_ERROR([libuuid is missing])])