mirror of https://github.com/BOINC/boinc.git
Added check for library wsock32
svn path=/trunk/boinc/; revision=9073
This commit is contained in:
parent
ff9e4b5ea4
commit
c1f69a9d4e
|
@ -567,10 +567,10 @@ SAH_CHECK_LIB([pthread],[pthread_join],[
|
||||||
AC_DEFINE([HAVE_LIBPTHREAD],[1],[Define to 1 if you have the pthread library])
|
AC_DEFINE([HAVE_LIBPTHREAD],[1],[Define to 1 if you have the pthread library])
|
||||||
CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
|
CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
|
||||||
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
||||||
#SAH_CHECK_LIB([wsock32],[fopen],[
|
SAH_CHECK_LIB([wsock32],[fopen],[
|
||||||
# AC_DEFINE([HAVE_LIBWSOCK32],[1],[Define to 1 if you have the wsock32 library])
|
AC_DEFINE([HAVE_LIBWSOCK32],[1],[Define to 1 if you have the wsock32 library])
|
||||||
# CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
|
CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
|
||||||
# echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
||||||
|
|
||||||
|
|
||||||
if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_release}" = yes ); then
|
if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_release}" = yes ); then
|
||||||
|
|
Loading…
Reference in New Issue