Fixed OSX native rendezvous support

This commit is contained in:
Ron Pedde 2003-12-01 05:31:11 +00:00
parent eead131cc2
commit 0c50a31874

View File

@ -28,10 +28,10 @@ case $host in
*linux*)
CPPFLAGS="$CPPFLAGS -DHAVE_SOCKLEN_T"; LDFLAGS="$LDFLAGS -lefence";;
*darwin*)
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T";
CONDITIONAL(COND_REND_OSX,true);
CONDITIONAL(COND_REND_HOWL,false);
CONDITIONAL(COND_REND_POSIX,false);;
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T"
AM_CONDITIONAL(COND_REND_OSX,true)
AM_CONDITIONAL(COND_REND_HOWL,false)
AM_CONDITIONAL(COND_REND_POSIX,false);;
esac
dnl Checks for libraries.