X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrstr.m4;h=a785d42866b1960b99e7d95bc7418d8719abb2e2;hb=69d25acfd85067031a54285fb933d2e3ccfb0055;hp=aea809ebd15b1512e792daaf09d04cb2dc66cacb;hpb=7875a15929f1d5c59e4f5c1fd1f43b70599bc4b9;p=gnulib.git diff --git a/m4/strstr.m4 b/m4/strstr.m4 index aea809ebd..a785d4286 100644 --- a/m4/strstr.m4 +++ b/m4/strstr.m4 @@ -1,4 +1,4 @@ -# strstr.m4 serial 4 +# strstr.m4 serial 5 dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -14,5 +14,6 @@ AC_DEFUN([gl_FUNC_STRSTR], # Prerequisites of lib/strstr.c. AC_DEFUN([gl_PREREQ_STRSTR], [ - gl_FUNC_MBRTOWC + AC_REQUIRE([gl_FUNC_MBRTOWC]) + : ])