From c1f69a9d4e095f4abead97bb8493a7dfd0fa5d6f Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Fri, 16 Dec 2005 03:22:49 +0000 Subject: [PATCH] Added check for library wsock32 svn path=/trunk/boinc/; revision=9073 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b9ac7b5246..584f7a77a0 100644 --- a/configure.ac +++ b/configure.ac @@ -567,10 +567,10 @@ SAH_CHECK_LIB([pthread],[pthread_join],[ AC_DEFINE([HAVE_LIBPTHREAD],[1],[Define to 1 if you have the pthread library]) CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"]) echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5 -#SAH_CHECK_LIB([wsock32],[fopen],[ -# AC_DEFINE([HAVE_LIBWSOCK32],[1],[Define to 1 if you have the wsock32 library]) -# CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"]) -# echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5 +SAH_CHECK_LIB([wsock32],[fopen],[ + AC_DEFINE([HAVE_LIBWSOCK32],[1],[Define to 1 if you have the wsock32 library]) + CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"]) + echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5 if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_release}" = yes ); then