]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Also check for wcslen, needed for Solaris 2.5.1.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Aug 2003 17:48:41 +0000 (17:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:49 +0000 (12:10 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index 09ef097253af71cac053051d65687cbf5c0f3f67..10794c07df5b359fcbd8c5ff6b3b5252e0f77049 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-11  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_INTL_SUBDIR): Also check for wcslen.
+
 2003-06-27  Bruno Haible  <bruno@clisp.org>
 
        Avoid use of *_unlocked functions on Solaris 2.5.1.
index 50a5f6b49d8785229af2c9e4b28959d8d6efc0fb..f6565e422b1e8695611227a4dddd129ec4809afc 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 22 (gettext-0.12.2)
+# gettext.m4 serial 23 (gettext-0.12.2)
 dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -379,7 +379,8 @@ AC_DEFUN([AM_INTL_SUBDIR],
 stdlib.h string.h unistd.h sys/param.h])
   AC_CHECK_FUNCS([asprintf getcwd getegid geteuid getgid getuid mempcpy \
 munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup strtoul \
-tsearch wprintf __argz_count __argz_stringify __argz_next __fsetlocking])
+tsearch wcslen wprintf __argz_count __argz_stringify __argz_next \
+__fsetlocking])
 
   dnl Use the *_unlocked functions only if they are declared.
   dnl (because some of them were defined without being declared in Solaris