From Martin Simmons:
* configure.in: Check for getpwnam instead of getpwname. * configure: Regenerate.
This commit is contained in:
parent
7878a86d51
commit
d01ecef672
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-07-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
From Martin Simmons:
|
||||
* configure.in: Check for getpwnam instead of getpwname.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-05-09 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* aclocal.m4: Use AC_TRY_LINK to check for mbstate_t.
|
||||
|
|
2
readline/configure
vendored
2
readline/configure
vendored
|
@ -4139,7 +4139,7 @@ fi
|
|||
|
||||
for ac_func in fcntl kill lstat memmove putenv select setenv setlocale \
|
||||
strcasecmp strpbrk tcgetattr vsnprintf isascii isxdigit \
|
||||
getpwname getpwent getpwuid
|
||||
getpwnam getpwent getpwuid
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
|
|
@ -120,7 +120,7 @@ AC_HEADER_DIRENT
|
|||
|
||||
AC_CHECK_FUNCS(fcntl kill lstat memmove putenv select setenv setlocale \
|
||||
strcasecmp strpbrk tcgetattr vsnprintf isascii isxdigit \
|
||||
getpwname getpwent getpwuid)
|
||||
getpwnam getpwent getpwuid)
|
||||
|
||||
AC_FUNC_STRCOLL
|
||||
|
||||
|
|
Loading…
Reference in a new issue