mirror of https://github.com/BOINC/boinc.git
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:
parent
48bcf8c830
commit
26418861b9
|
@ -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])])
|
||||
|
|
Loading…
Reference in New Issue