X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=9b2c7128fa259c642d4d199b665a8380ca6a6a7d;hp=dcb040c12ac73378720847b088c6bfb62c5354b2;hb=27c96632f1771c061d225b88c34344bb2cf1a743;hpb=639eb400354dc5b69deb17f20a52e0045f6e93e4 diff --git a/configure.in b/configure.in index dcb040c1..9b2c7128 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.123 2006/09/17 10:41:06 fw Exp $ +# $Id: configure.in,v 1.124 2006/10/02 21:57:13 fw Exp $ # # -- Initialisation -- @@ -138,7 +138,7 @@ AC_FUNC_STRFTIME AC_CHECK_FUNCS([ \ bind gethostbyaddr gethostbyname gethostname inet_ntoa malloc memmove \ - memset realloc setsid setsockopt socket strcasecmp strchr strerror \ + memset realloc setsid setsockopt socket strcasecmp strchr strcspn strerror \ strstr waitpid],,AC_MSG_ERROR([required function missing!])) AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat)