]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add check for wcslen.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Aug 2003 17:45:25 +0000 (17:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:49 +0000 (12:10 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac

index 1dd9226ed8726884a784fc42255b04c17ec248e4..e44a1e521360dfd10a9b0c7f56f38deed42a1e4e 100644 (file)
@@ -2,6 +2,7 @@
 
        * vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
        (VASNPRINTF): Use it instead of wcslen.
+       * configure.ac: Also check for wcslen.
 
 2003-06-20  Bruno Haible  <bruno@clisp.org>
 
index dec12fbad844f5ddad08a033ad83102249b687e0..9bdc078871b5673a401b2ccaa1c0647c7e7e2bf7 100644 (file)
@@ -68,7 +68,7 @@ AC_EGREP_CPP([Need own alloca], [
   ALLOCA_H=)
 AC_SUBST([ALLOCA_H])
 
-AC_CHECK_FUNCS([snprintf vasprintf])
+AC_CHECK_FUNCS([snprintf vasprintf wcslen])
 gt_PRINTF_POSIX
 
 dnl Check for tools needed for formatting the documentation.