From: Paul Jakma Date: Thu, 10 May 2007 16:52:26 +0000 (+0000) Subject: [autoconf] add back check for inet_aton X-Git-Tag: frr-2.0-rc1~2511 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6bd1a7bab32b6b077bee687161c43dc0fe82076f;p=mirror%2Ffrr.git [autoconf] add back check for inet_aton 2007-05-10 Paul Jakma * configure.ac: Add back check for inet_aton, which got dropped somehow in previous jumbo patch. --- diff --git a/ChangeLog b/ChangeLog index c56dd19e45..9d90f51899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-10 Paul Jakma + + * configure.ac: Add back check for inet_aton, which got dropped + somehow in previous jumbo patch. + 2007-05-09 Paul Jakma * configure.ac: sys/conf.h depends on sys/param.h, at least on diff --git a/configure.ac b/configure.ac index 7e493608e8..f4966d8061 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 \