]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Translated comments from German to English
[ngircd-alex.git] / configure.in
index 3aa42fcea16c4047196ee5a35db92986ae04f753..f02835fb9bca4d0b7eacaa00106ea90487235458 100644 (file)
@@ -139,7 +139,7 @@ AC_CHECK_FUNCS([ \
        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 --