summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-19 07:02:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-19 07:02:24 +0000
commitef35519696f403cc8c18c8c6e40ef6c3355a045a (patch)
tree468d43d09c8be7f41e081bc4713320460de10fcd
parentd5baaf77566b3a7cde9b717e554810b3de799c14 (diff)
downloadgnurl-ef35519696f403cc8c18c8c6e40ef6c3355a045a.tar.gz
gnurl-ef35519696f403cc8c18c8c6e40ef6c3355a045a.tar.bz2
gnurl-ef35519696f403cc8c18c8c6e40ef6c3355a045a.zip
removed some inaccurate comments about the TYPE_IN_ADDR_T check
-rw-r--r--acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7125d61bd..ea62ce3bc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -192,8 +192,7 @@ AC_DEFUN([TYPE_SOCKLEN_T],
])
dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
-dnl and a few other things. If not found, we set it to unsigned int, as even
-dnl 64-bit implementations use to set it to a 32-bit type.
+dnl and a few other things.
AC_DEFUN([TYPE_IN_ADDR_T],
[
AC_CHECK_TYPE([in_addr_t], ,[