Add test for grantpt function to configure.ac.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2014-08-19 11:45:36 +00:00
parent cbd6734283
commit b9ddbf8033
4 changed files with 3242 additions and 18686 deletions

View file

@ -1,3 +1,10 @@
2014-08-19 Wolfgang Lux <wolfgang.lux@gmail.com>
* configure.ac:
* Headers/GNUstepBase/config.h.in: Add test for grantpt function.
* configure: Regenerated.
2014-07-28 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSUserDefaults.m:

View file

@ -305,6 +305,9 @@
/* Define to 1 if you have the `gnutls_transport_set_errno' function. */
#undef HAVE_GNUTLS_TRANSPORT_SET_ERRNO
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

21916
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -2267,7 +2267,7 @@ AC_CHECK_HEADERS(sys/mman.h)
#--------------------------------------------------------------------
# These functions needed by NSTask.m
#--------------------------------------------------------------------
AC_CHECK_FUNCS(killpg setpgrp setpgid setsid)
AC_CHECK_FUNCS(killpg setpgrp setpgid setsid grantpt)
if test "x$ac_cv_func_setpgrp" = xyes; then
AC_FUNC_SETPGRP
fi