From: Bruno Haible Date: Tue, 12 Aug 2003 17:48:41 +0000 (+0000) Subject: Also check for wcslen, needed for Solaris 2.5.1. X-Git-Tag: v0.13~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4474676cd765ebfb532584a03f9251ea807c32d2;p=thirdparty%2Fgettext.git Also check for wcslen, needed for Solaris 2.5.1. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 09ef09725..10794c07d 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Bruno Haible + + * gettext.m4 (AM_INTL_SUBDIR): Also check for wcslen. + 2003-06-27 Bruno Haible Avoid use of *_unlocked functions on Solaris 2.5.1. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 50a5f6b49..f6565e422 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -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