Alexandre Julliard : configure: socketpair needs -lsocket on Solaris.

Alexandre Julliard julliard at winehq.org
Thu Mar 26 11:05:45 CDT 2009


Module: wine
Branch: master
Commit: 98bec05ed7dbecf6d869f7b661b8b384cf672c52
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=98bec05ed7dbecf6d869f7b661b8b384cf672c52

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar 26 11:07:28 2009 +0100

configure: socketpair needs -lsocket on Solaris.

---

 configure    |    4 ++--
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index ef84565..3bf72df 100755
--- a/configure
+++ b/configure
@@ -18166,7 +18166,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
 
 
 
-
 for ac_func in \
 	_pclose \
 	_popen \
@@ -18220,7 +18219,6 @@ for ac_func in \
 	sigaltstack \
 	sigprocmask \
 	snprintf \
-	socketpair \
 	spawnvp \
 	statfs \
 	statvfs \
@@ -18871,6 +18869,7 @@ fi
 
 
 
+
 for ac_func in \
 	getaddrinfo \
 	getnameinfo \
@@ -18880,6 +18879,7 @@ for ac_func in \
 	getservbyport \
 	inet_network \
 	sendmsg \
+	socketpair \
 
 do
 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
diff --git a/configure.ac b/configure.ac
index fe40d1e..6a60c9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1482,7 +1482,6 @@ AC_CHECK_FUNCS(\
 	sigaltstack \
 	sigprocmask \
 	snprintf \
-	socketpair \
 	spawnvp \
 	statfs \
 	statvfs \
@@ -1536,6 +1535,7 @@ AC_CHECK_FUNCS(\
 	getservbyport \
 	inet_network \
 	sendmsg \
+	socketpair \
 )
 
 dnl **** Check for OpenLDAP ***




More information about the wine-cvs mailing list