summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2007-05-10 16:52:26 +0000
committerPaul Jakma <paul.jakma@sun.com>2007-05-10 16:52:26 +0000
commit6bd1a7bab32b6b077bee687161c43dc0fe82076f (patch)
tree6544cb59bf8fd6a40cbe492e3aafe6d8faa3bbf1 /configure.ac
parent5dcf71df9649cf9c7afd26e0fd3772486ab262f6 (diff)
[autoconf] add back check for inet_aton
2007-05-10 Paul Jakma <paul.jakma@sun.com> * configure.ac: Add back check for inet_aton, which got dropped somehow in previous jumbo patch.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e493608..f4966d80 100755
--- a/configure.ac
+++ b/configure.ac
@@ -665,7 +665,7 @@ dnl ---------------
dnl other functions
dnl ---------------
AC_CHECK_FUNCS([dup2 ftruncate getcwd gethostbyname getpagesize gettimeofday \
- inet_ntoa \
+ inet_ntoa inet_aton \
memchr memmove memset select socket \
strcasecmp strchr strcspn strdup strerror \
strncasecmp strndup strrchr strspn strstr \