]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Translated comments from German to English
[ngircd-alex.git] / configure.in
index 0f17322afae6ca43177fdcc73afa89f06582e1e8..f02835fb9bca4d0b7eacaa00106ea90487235458 100644 (file)
@@ -136,11 +136,10 @@ AC_FUNC_FORK
 AC_FUNC_STRFTIME
 
 AC_CHECK_FUNCS([ \
-       bind gethostbyaddr gethostbyname gethostname inet_ntoa malloc memmove \
-       memset realloc setsid setsockopt socket strcasecmp strchr strcspn strerror \
-       strstr waitpid],,AC_MSG_ERROR([required function missing!]))
+       bind gethostbyaddr gethostbyname gethostname inet_ntoa \
+       setsid setsockopt socket strcasecmp waitpid],,AC_MSG_ERROR([required function missing!]))
 
-AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat)
+AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat strtok_r)
 
 # -- Configuration options --