From 7ea59ff595ae50b1c2c5d4c6aedef4678595eda7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 Feb 2007 02:51:17 +0000 Subject: [PATCH] Addendum to last patch. --- m4/strcasestr.m4 | 3 +-- modules/strcasestr | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/m4/strcasestr.m4 b/m4/strcasestr.m4 index 98992166ec..52f3a58eb2 100644 --- a/m4/strcasestr.m4 +++ b/m4/strcasestr.m4 @@ -1,4 +1,4 @@ -# strcasestr.m4 serial 5 +# strcasestr.m4 serial 6 dnl Copyright (C) 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, @@ -16,6 +16,5 @@ AC_DEFUN([gl_FUNC_STRCASESTR], # Prerequisites of lib/strcasestr.c. AC_DEFUN([gl_PREREQ_STRCASESTR], [ - AC_REQUIRE([gl_FUNC_MBRTOWC]) : ]) diff --git a/modules/strcasestr b/modules/strcasestr index 4a9b922e3c..35632bc557 100644 --- a/modules/strcasestr +++ b/modules/strcasestr @@ -4,10 +4,8 @@ strcasestr() function: case-insensitive search for a substring in a string. Files: lib/strcasestr.c m4/strcasestr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter string configure.ac: -- 2.30.2