--- configure.in	2004-09-15 14:42:57.000000000 +0200
+++ configure.in.new	2004-09-15 14:45:25.000000000 +0200
@@ -1750,6 +1750,7 @@
 	srandom \
 	statfs \
 	strnstr \
+	strcasestr \
 	sysconf \
 	syslog \
 	timegm \
@@ -1787,6 +1788,12 @@
 if test "$ac_cv_func_strnstr" = "no" || test "$ac_cv_func_vstrnstr" = "no" ; then
   AM_CONDITIONAL(NEED_OWN_STRNSTR, true)
 fi
+
+AM_CONDITIONAL(NEED_OWN_STRCASESTR, false)
+if test "$ac_cv_func_strcasestr" = "no" || test "$ac_cv_func_vstrcasestr" = "no"; then
+  AM_CONDITIONAL(NEED_OWN_STRCASESTR, true)
+fi
+
   
 dnl
 dnl Test for va_copy


