|
@ -1,5 +1,5 @@ |
|
|
diff --git a/configure b/configure
|
|
|
diff --git a/configure b/configure
|
|
|
index 78e120d..7de513b 100755
|
|
|
index 78e120d..80e5418 100755
|
|
|
--- a/configure
|
|
|
--- a/configure
|
|
|
+++ b/configure
|
|
|
+++ b/configure
|
|
|
@@ -53,11 +53,11 @@ datadir='${prefix}/share'
|
|
|
@@ -53,11 +53,11 @@ datadir='${prefix}/share'
|
|
@ -16,6 +16,15 @@ index 78e120d..7de513b 100755 |
|
|
|
|
|
|
|
|
# Initialize some other variables. |
|
|
# Initialize some other variables. |
|
|
subdirs= |
|
|
subdirs= |
|
|
|
|
|
@@ -2137,7 +2137,7 @@ EOF
|
|
|
|
|
|
echo $ac_n "checking for correct connect prototype""... $ac_c" 1>&6 |
|
|
|
|
|
echo "configure:2139: checking for correct connect prototype" >&5 |
|
|
|
|
|
PROTO= |
|
|
|
|
|
-PROTO1='int __fd, const struct sockaddr * __addr, int len'
|
|
|
|
|
|
+PROTO1='int __fd, const struct sockaddr * __addr, int __len'
|
|
|
|
|
|
PROTO2='int __fd, const struct sockaddr_in * __addr, socklen_t __len' |
|
|
|
|
|
PROTO3='int __fd, struct sockaddr * __addr, int __len' |
|
|
|
|
|
PROTO4='int __fd, const struct sockaddr * __addr, socklen_t __len' |
|
|
@@ -2228,7 +2228,8 @@ EOF
|
|
|
@@ -2228,7 +2228,8 @@ EOF
|
|
|
echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6 |
|
|
echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6 |
|
|
echo "configure:2230: checking for correct poll prototype" >&5 |
|
|
echo "configure:2230: checking for correct poll prototype" >&5 |
|
|