summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-02-07 11:11:59 -0500
committerJeff Layton <jlayton@redhat.com>2010-02-07 11:11:59 -0500
commitf8078372ea206faa668906de57e532e251cb7e43 (patch)
treed5276c1dd851af6a43d96414ad1d7465fb836611 /configure
parentd17c99cf36680d74f1c3d707ec2b563c21b6b786 (diff)
downloadcifs-utils-f8078372ea206faa668906de57e532e251cb7e43.tar.gz
cifs-utils-f8078372ea206faa668906de57e532e251cb7e43.tar.bz2
cifs-utils-f8078372ea206faa668906de57e532e251cb7e43.zip
cifs.upcall: include arpa/inet.h
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e121987..19bfab6 100755
--- a/configure
+++ b/configure
@@ -6227,7 +6227,8 @@ esac
-for ac_func in alarm atexit endpwent getmntent getpass gettimeofday memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname
+
+for ac_func in alarm atexit endpwent getmntent getpass gettimeofday inet_ntop memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5