summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGreg Banks <gnb@melbourne.sgi.com>2006-06-27 20:55:07 +1000
committerGreg Banks <gnb@melbourne.sgi.com>2006-06-27 20:55:07 +1000
commit3172063ead6b99611d049a59938808a6358f48a4 (patch)
tree42612c40904f4ecba21e0ab5c27deec4d3c43f90 /configure.in
parenta09eeb36c2c45151b9bb89f5015da0c584799716 (diff)
downloadnfs-utils-3172063ead6b99611d049a59938808a6358f48a4.tar.gz
nfs-utils-3172063ead6b99611d049a59938808a6358f48a4.tar.xz
nfs-utils-3172063ead6b99611d049a59938808a6358f48a4.zip
Detect if glibc provides socklen_t and use that instead
of int in those cases which generate compile warnings, e.g. the last argument of recvfrom().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3f8fbb5..8459ef8 100644
--- a/configure.in
+++ b/configure.in
@@ -252,6 +252,8 @@ AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(size_t)
+AC_CHECK_SIZEOF(socklen_t)
+
dnl *************************************************************
dnl Export some path names to config.h