Added check for library wsock32

svn path=/trunk/boinc/; revision=9073
This commit is contained in:
Eric J. Korpela 2005-12-16 03:22:49 +00:00
parent ff9e4b5ea4
commit c1f69a9d4e
1 changed files with 4 additions and 4 deletions

View File

@ -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