about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2006-10-02 21:57:13 +0000
committerFlorian Westphal <fw@strlen.de>2006-10-02 21:57:13 +0000
commitfb0c7ad2528b474194d4796b8c372e9e18cb76fa (patch)
tree01859e9a592f1d946bbbf536b176dbf553991a1b
parentd8950c5dd092c092688c75cf0ec42cd950c7f7c4 (diff)
downloadngircd-fb0c7ad2528b474194d4796b8c372e9e18cb76fa.tar.gz
ngircd-fb0c7ad2528b474194d4796b8c372e9e18cb76fa.zip
add test for strcspn.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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)