changeset 8099:7b1a5da611db

strcasecmp no longer needs mbuiter.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Feb 2007 02:49:07 +0000
parents cc3f4a2db5b0
children eff7afbafad3
files m4/strcase.m4 modules/strcase
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strcase.m4
+++ b/m4/strcase.m4
@@ -1,4 +1,4 @@
-# strcase.m4 serial 7
+# strcase.m4 serial 8
 dnl Copyright (C) 2002, 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,6 @@
 
 # Prerequisites of lib/strcasecmp.c.
 AC_DEFUN([gl_PREREQ_STRCASECMP], [
-  AC_REQUIRE([gl_FUNC_MBRTOWC])
   :
 ])
 
--- a/modules/strcase
+++ b/modules/strcase
@@ -5,10 +5,8 @@
 lib/strcasecmp.c
 lib/strncasecmp.c
 m4/strcase.m4
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
 string
 
 configure.ac: