]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]
[ngircd-alex.git] / configure.in
index 0f17322afae6ca43177fdcc73afa89f06582e1e8..a1d1452ca59d39db319fd79e21e1fda762dbb0ce 100644 (file)
@@ -125,10 +125,7 @@ AC_TYPE_SIZE_T
 
 
 # -- Libraries --
-
-AC_CHECK_LIB(UTIL,memmove)
 AC_CHECK_LIB(socket,bind)
-AC_CHECK_LIB(nsl,gethostent)
 
 # -- Functions --
 
@@ -136,11 +133,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 --